Interface ProtobufMessages.EqualityKeyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.EqualityKey, ProtobufMessages.EqualityKey.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.EqualityKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
    optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
    long
    optional int64 handle_id = 2;
    long
    getOtherHandle(int index)
    repeated int64 other_handle = 3;
    int
    repeated int64 other_handle = 3;
    repeated int64 other_handle = 3;
    int
    optional int32 status = 1;
    boolean
    optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
    boolean
    optional int64 handle_id = 2;
    boolean
    optional int32 status = 1;

    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

    • hasStatus

      boolean hasStatus()
      optional int32 status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      int getStatus()
      optional int32 status = 1;
      Returns:
      The status.
    • hasHandleId

      boolean hasHandleId()
      optional int64 handle_id = 2;
      Returns:
      Whether the handleId field is set.
    • getHandleId

      long getHandleId()
      optional int64 handle_id = 2;
      Returns:
      The handleId.
    • getOtherHandleList

      List<Long> getOtherHandleList()
      repeated int64 other_handle = 3;
      Returns:
      A list containing the otherHandle.
    • getOtherHandleCount

      int getOtherHandleCount()
      repeated int64 other_handle = 3;
      Returns:
      The count of otherHandle.
    • getOtherHandle

      long getOtherHandle(int index)
      repeated int64 other_handle = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The otherHandle at the given index.
    • hasBeliefSet

      boolean hasBeliefSet()
      optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
      Returns:
      Whether the beliefSet field is set.
    • getBeliefSet

      optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
      Returns:
      The beliefSet.
    • getBeliefSetOrBuilder

      ProtobufMessages.BeliefSetOrBuilder getBeliefSetOrBuilder()
      optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;