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 TypeMethodDescriptionoptional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;longoptional int64 handle_id = 2;longgetOtherHandle(int index) repeated int64 other_handle = 3;intrepeated int64 other_handle = 3;repeated int64 other_handle = 3;intoptional int32 status = 1;booleanoptional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;booleanoptional int64 handle_id = 2;booleanoptional int32 status = 1;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
-
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
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
ProtobufMessages.BeliefSet getBeliefSet()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;- Returns:
- The beliefSet.
-
getBeliefSetOrBuilder
ProtobufMessages.BeliefSetOrBuilder getBeliefSetOrBuilder()optional .org.drools.serialization.protobuf.BeliefSet beliefSet = 4;
-