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 Type
    Method
    Description
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    boolean
    optional bool fully_retract = 3;
    long
    optional int64 handle_id = 1;
    boolean
    optional bool update = 4;
    boolean
    optional .org.drools.serialization.protobuf.Activation activation = 2;
    boolean
    optional bool fully_retract = 3;
    boolean
    optional int64 handle_id = 1;
    boolean
    optional bool update = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.