Interface ProtobufMessages.Agenda.AgendaGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Agenda.AgendaGroup,ProtobufMessages.Agenda.AgendaGroup.Builder
- Enclosing class:
- ProtobufMessages.Agenda
public static interface ProtobufMessages.Agenda.AgendaGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 activated_for_recency = 4;longoptional int64 cleared_for_recency = 5;booleanoptional bool has_rule_flow_lister = 8;booleanoptional bool is_active = 2;booleanoptional bool is_auto_deactivate = 3;getMatch(int index) repeated .org.drools.serialization.protobuf.Activation match = 6;intrepeated .org.drools.serialization.protobuf.Activation match = 6;repeated .org.drools.serialization.protobuf.Activation match = 6;getMatchOrBuilder(int index) repeated .org.drools.serialization.protobuf.Activation match = 6;List<? extends ProtobufMessages.ActivationOrBuilder>repeated .org.drools.serialization.protobuf.Activation match = 6;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;getNodeInstance(int index) repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;intrepeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;getNodeInstanceOrBuilder(int index) repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;booleanoptional int64 activated_for_recency = 4;booleanoptional int64 cleared_for_recency = 5;booleanoptional bool has_rule_flow_lister = 8;booleanoptional bool is_active = 2;booleanoptional bool is_auto_deactivate = 3;booleanhasName()optional string name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
-
hasIsActive
boolean hasIsActive()optional bool is_active = 2;- Returns:
- Whether the isActive field is set.
-
getIsActive
boolean getIsActive()optional bool is_active = 2;- Returns:
- The isActive.
-
hasIsAutoDeactivate
boolean hasIsAutoDeactivate()optional bool is_auto_deactivate = 3;- Returns:
- Whether the isAutoDeactivate field is set.
-
getIsAutoDeactivate
boolean getIsAutoDeactivate()optional bool is_auto_deactivate = 3;- Returns:
- The isAutoDeactivate.
-
hasActivatedForRecency
boolean hasActivatedForRecency()optional int64 activated_for_recency = 4;- Returns:
- Whether the activatedForRecency field is set.
-
getActivatedForRecency
long getActivatedForRecency()optional int64 activated_for_recency = 4;- Returns:
- The activatedForRecency.
-
hasClearedForRecency
boolean hasClearedForRecency()optional int64 cleared_for_recency = 5;- Returns:
- Whether the clearedForRecency field is set.
-
getClearedForRecency
long getClearedForRecency()optional int64 cleared_for_recency = 5;- Returns:
- The clearedForRecency.
-
getMatchList
List<ProtobufMessages.Activation> getMatchList()repeated .org.drools.serialization.protobuf.Activation match = 6; -
getMatch
repeated .org.drools.serialization.protobuf.Activation match = 6; -
getMatchCount
int getMatchCount()repeated .org.drools.serialization.protobuf.Activation match = 6; -
getMatchOrBuilderList
List<? extends ProtobufMessages.ActivationOrBuilder> getMatchOrBuilderList()repeated .org.drools.serialization.protobuf.Activation match = 6; -
getMatchOrBuilder
repeated .org.drools.serialization.protobuf.Activation match = 6; -
getNodeInstanceList
List<ProtobufMessages.Agenda.AgendaGroup.NodeInstance> getNodeInstanceList()repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7; -
getNodeInstance
repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7; -
getNodeInstanceCount
int getNodeInstanceCount()repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7; -
getNodeInstanceOrBuilderList
List<? extends ProtobufMessages.Agenda.AgendaGroup.NodeInstanceOrBuilder> getNodeInstanceOrBuilderList()repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7; -
getNodeInstanceOrBuilder
repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7; -
hasHasRuleFlowLister
boolean hasHasRuleFlowLister()optional bool has_rule_flow_lister = 8;- Returns:
- Whether the hasRuleFlowLister field is set.
-
getHasRuleFlowLister
boolean getHasRuleFlowLister()optional bool has_rule_flow_lister = 8;- Returns:
- The hasRuleFlowLister.
-