Interface ProtobufMessages.Agenda.AgendaGroupOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        optional string name = 1;
      • getName

        String getName()
        optional string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 1;
      • hasIsActive

        boolean hasIsActive()
        optional bool is_active = 2;
      • getIsActive

        boolean getIsActive()
        optional bool is_active = 2;
      • hasIsAutoDeactivate

        boolean hasIsAutoDeactivate()
        optional bool is_auto_deactivate = 3;
      • getIsAutoDeactivate

        boolean getIsAutoDeactivate()
        optional bool is_auto_deactivate = 3;
      • hasActivatedForRecency

        boolean hasActivatedForRecency()
        optional int64 activated_for_recency = 4;
      • getActivatedForRecency

        long getActivatedForRecency()
        optional int64 activated_for_recency = 4;
      • hasClearedForRecency

        boolean hasClearedForRecency()
        optional int64 cleared_for_recency = 5;
      • getClearedForRecency

        long getClearedForRecency()
        optional int64 cleared_for_recency = 5;
      • getMatchCount

        int getMatchCount()
        repeated .org.drools.serialization.protobuf.Activation match = 6;
      • getNodeInstanceCount

        int getNodeInstanceCount()
        repeated .org.drools.serialization.protobuf.Agenda.AgendaGroup.NodeInstance node_instance = 7;
      • hasHasRuleFlowLister

        boolean hasHasRuleFlowLister()
        optional bool has_rule_flow_lister = 8;
      • getHasRuleFlowLister

        boolean getHasRuleFlowLister()
        optional bool has_rule_flow_lister = 8;