Interface ProtobufMessages.ActionQueue.LogicalRetractOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.ActionQueue.LogicalRetract,ProtobufMessages.ActionQueue.LogicalRetract.Builder
- Enclosing class:
- ProtobufMessages.ActionQueue
public static interface ProtobufMessages.ActionQueue.LogicalRetractOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtobufMessages.ActivationgetActivation()optional .org.drools.serialization.protobuf.Activation activation = 2;ProtobufMessages.ActivationOrBuildergetActivationOrBuilder()optional .org.drools.serialization.protobuf.Activation activation = 2;booleangetFullyRetract()optional bool fully_retract = 3;longgetHandleId()optional int64 handle_id = 1;booleangetUpdate()optional bool update = 4;booleanhasActivation()optional .org.drools.serialization.protobuf.Activation activation = 2;booleanhasFullyRetract()optional bool fully_retract = 3;booleanhasHandleId()optional int64 handle_id = 1;booleanhasUpdate()optional bool update = 4;-
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.
-
hasActivation
boolean hasActivation()
optional .org.drools.serialization.protobuf.Activation activation = 2;- Returns:
- Whether the activation field is set.
-
getActivation
ProtobufMessages.Activation getActivation()
optional .org.drools.serialization.protobuf.Activation activation = 2;- Returns:
- The activation.
-
getActivationOrBuilder
ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
optional .org.drools.serialization.protobuf.Activation activation = 2;
-
hasFullyRetract
boolean hasFullyRetract()
optional bool fully_retract = 3;- Returns:
- Whether the fullyRetract field is set.
-
getFullyRetract
boolean getFullyRetract()
optional bool fully_retract = 3;- Returns:
- The fullyRetract.
-
hasUpdate
boolean hasUpdate()
optional bool update = 4;- Returns:
- Whether the update field is set.
-
getUpdate
boolean getUpdate()
optional bool update = 4;- Returns:
- The update.
-
-