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 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

      repeated .org.drools.serialization.protobuf.Activation match = 6;
    • getMatch

      ProtobufMessages.Activation getMatch(int index)
      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

      ProtobufMessages.ActivationOrBuilder getMatchOrBuilder(int index)
      repeated .org.drools.serialization.protobuf.Activation match = 6;
    • 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

      ProtobufMessages.Agenda.AgendaGroup.NodeInstanceOrBuilder getNodeInstanceOrBuilder(int index)
      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.