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
Modifier and TypeMethodDescriptionoptional .org.drools.serialization.protobuf.Activation activation = 2;optional .org.drools.serialization.protobuf.Activation activation = 2;booleanoptional bool fully_retract = 3;longoptional int64 handle_id = 1;booleanoptional bool update = 4;booleanoptional .org.drools.serialization.protobuf.Activation activation = 2;booleanoptional bool fully_retract = 3;booleanoptional int64 handle_id = 1;booleanoptional bool update = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-