Interface ProtobufMessages.ActionQueue.AssertOrBuilder

    • Method Detail

      • hasHandleId

        boolean hasHandleId()
        optional int64 handle_id = 1;
        Returns:
        Whether the handleId field is set.
      • getHandleId

        long getHandleId()
        optional int64 handle_id = 1;
        Returns:
        The handleId.
      • hasRemoveLogical

        boolean hasRemoveLogical()
        optional bool remove_logical = 2;
        Returns:
        Whether the removeLogical field is set.
      • getRemoveLogical

        boolean getRemoveLogical()
        optional bool remove_logical = 2;
        Returns:
        The removeLogical.
      • hasUpdateEqualsMap

        boolean hasUpdateEqualsMap()
        optional bool update_equals_map = 3;
        Returns:
        Whether the updateEqualsMap field is set.
      • getUpdateEqualsMap

        boolean getUpdateEqualsMap()
        optional bool update_equals_map = 3;
        Returns:
        The updateEqualsMap.
      • hasOriginPkgName

        boolean hasOriginPkgName()
        optional string origin_pkg_name = 4;
        Returns:
        Whether the originPkgName field is set.
      • getOriginPkgName

        String getOriginPkgName()
        optional string origin_pkg_name = 4;
        Returns:
        The originPkgName.
      • getOriginPkgNameBytes

        com.google.protobuf.ByteString getOriginPkgNameBytes()
        optional string origin_pkg_name = 4;
        Returns:
        The bytes for originPkgName.
      • hasOriginRuleName

        boolean hasOriginRuleName()
        optional string origin_rule_name = 5;
        Returns:
        Whether the originRuleName field is set.
      • getOriginRuleName

        String getOriginRuleName()
        optional string origin_rule_name = 5;
        Returns:
        The originRuleName.
      • getOriginRuleNameBytes

        com.google.protobuf.ByteString getOriginRuleNameBytes()
        optional string origin_rule_name = 5;
        Returns:
        The bytes for originRuleName.
      • hasTuple

        boolean hasTuple()
        optional .org.drools.serialization.protobuf.Tuple tuple = 6;
        Returns:
        Whether the tuple field is set.
      • getTuple

        ProtobufMessages.Tuple getTuple()
        optional .org.drools.serialization.protobuf.Tuple tuple = 6;
        Returns:
        The tuple.