Interface ProtobufMessages.KnowledgeSessionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeSession>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.KnowledgeSession,ProtobufMessages.KnowledgeSession.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.KnowledgeSessionOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeSession>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetMultithread()optional bool multithread = 1;ProtobufMessages.ProcessDatagetProcessData()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;ProtobufMessages.ProcessDataOrBuildergetProcessDataOrBuilder()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;ProtobufMessages.RuleDatagetRuleData()optional .org.drools.serialization.protobuf.RuleData rule_data = 3;ProtobufMessages.RuleDataOrBuildergetRuleDataOrBuilder()optional .org.drools.serialization.protobuf.RuleData rule_data = 3;longgetTime()optional int64 time = 2;ProtobufMessages.TimersgetTimers()optional .org.drools.serialization.protobuf.Timers timers = 5;ProtobufMessages.TimersOrBuildergetTimersOrBuilder()optional .org.drools.serialization.protobuf.Timers timers = 5;booleanhasMultithread()optional bool multithread = 1;booleanhasProcessData()optional .org.drools.serialization.protobuf.ProcessData process_data = 4;booleanhasRuleData()optional .org.drools.serialization.protobuf.RuleData rule_data = 3;booleanhasTime()optional int64 time = 2;booleanhasTimers()optional .org.drools.serialization.protobuf.Timers timers = 5;-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasMultithread
boolean hasMultithread()
optional bool multithread = 1;- Returns:
- Whether the multithread field is set.
-
getMultithread
boolean getMultithread()
optional bool multithread = 1;- Returns:
- The multithread.
-
hasTime
boolean hasTime()
optional int64 time = 2;- Returns:
- Whether the time field is set.
-
getTime
long getTime()
optional int64 time = 2;- Returns:
- The time.
-
hasRuleData
boolean hasRuleData()
optional .org.drools.serialization.protobuf.RuleData rule_data = 3;- Returns:
- Whether the ruleData field is set.
-
getRuleData
ProtobufMessages.RuleData getRuleData()
optional .org.drools.serialization.protobuf.RuleData rule_data = 3;- Returns:
- The ruleData.
-
getRuleDataOrBuilder
ProtobufMessages.RuleDataOrBuilder getRuleDataOrBuilder()
optional .org.drools.serialization.protobuf.RuleData rule_data = 3;
-
hasProcessData
boolean hasProcessData()
optional .org.drools.serialization.protobuf.ProcessData process_data = 4;- Returns:
- Whether the processData field is set.
-
getProcessData
ProtobufMessages.ProcessData getProcessData()
optional .org.drools.serialization.protobuf.ProcessData process_data = 4;- Returns:
- The processData.
-
getProcessDataOrBuilder
ProtobufMessages.ProcessDataOrBuilder getProcessDataOrBuilder()
optional .org.drools.serialization.protobuf.ProcessData process_data = 4;
-
hasTimers
boolean hasTimers()
optional .org.drools.serialization.protobuf.Timers timers = 5;- Returns:
- Whether the timers field is set.
-
getTimers
ProtobufMessages.Timers getTimers()
optional .org.drools.serialization.protobuf.Timers timers = 5;- Returns:
- The timers.
-
getTimersOrBuilder
ProtobufMessages.TimersOrBuilder getTimersOrBuilder()
optional .org.drools.serialization.protobuf.Timers timers = 5;
-
-