Interface ProtobufMessages.ActionQueue.AssertOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.ActionQueue.Assert,ProtobufMessages.ActionQueue.Assert.Builder
- Enclosing class:
- ProtobufMessages.ActionQueue
public static interface ProtobufMessages.ActionQueue.AssertOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetHandleId()optional int64 handle_id = 1;StringgetOriginPkgName()optional string origin_pkg_name = 4;com.google.protobuf.ByteStringgetOriginPkgNameBytes()optional string origin_pkg_name = 4;StringgetOriginRuleName()optional string origin_rule_name = 5;com.google.protobuf.ByteStringgetOriginRuleNameBytes()optional string origin_rule_name = 5;booleangetRemoveLogical()optional bool remove_logical = 2;ProtobufMessages.TuplegetTuple()optional .org.drools.serialization.protobuf.Tuple tuple = 6;ProtobufMessages.TupleOrBuildergetTupleOrBuilder()optional .org.drools.serialization.protobuf.Tuple tuple = 6;booleangetUpdateEqualsMap()optional bool update_equals_map = 3;booleanhasHandleId()optional int64 handle_id = 1;booleanhasOriginPkgName()optional string origin_pkg_name = 4;booleanhasOriginRuleName()optional string origin_rule_name = 5;booleanhasRemoveLogical()optional bool remove_logical = 2;booleanhasTuple()optional .org.drools.serialization.protobuf.Tuple tuple = 6;booleanhasUpdateEqualsMap()optional bool update_equals_map = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getTupleOrBuilder
ProtobufMessages.TupleOrBuilder getTupleOrBuilder()
optional .org.drools.serialization.protobuf.Tuple tuple = 6;
-
-