Interface ProtobufMessages.ActionQueue.LogicalRetractOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ProtobufMessages.Activation getActivation()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      boolean getFullyRetract()
      optional bool fully_retract = 3;
      long getHandleId()
      optional int64 handle_id = 1;
      boolean getUpdate()
      optional bool update = 4;
      boolean hasActivation()
      optional .org.drools.serialization.protobuf.Activation activation = 2;
      boolean hasFullyRetract()
      optional bool fully_retract = 3;
      boolean hasHandleId()
      optional int64 handle_id = 1;
      boolean hasUpdate()
      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 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.
      • 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.