public static interface ProtobufMessages.EqualityKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ProtobufMessages.BeliefSet |
getBeliefSet()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4; |
ProtobufMessages.BeliefSetOrBuilder |
getBeliefSetOrBuilder()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4; |
int |
getHandleId()
optional int32 handle_id = 2; |
int |
getOtherHandle(int index)
repeated int32 other_handle = 3; |
int |
getOtherHandleCount()
repeated int32 other_handle = 3; |
List<Integer> |
getOtherHandleList()
repeated int32 other_handle = 3; |
int |
getStatus()
optional int32 status = 1; |
boolean |
hasBeliefSet()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4; |
boolean |
hasHandleId()
optional int32 handle_id = 2; |
boolean |
hasStatus()
optional int32 status = 1; |
boolean hasStatus()
optional int32 status = 1;
int getStatus()
optional int32 status = 1;
boolean hasHandleId()
optional int32 handle_id = 2;
int getHandleId()
optional int32 handle_id = 2;
int getOtherHandleCount()
repeated int32 other_handle = 3;
int getOtherHandle(int index)
repeated int32 other_handle = 3;
boolean hasBeliefSet()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4;
ProtobufMessages.BeliefSet getBeliefSet()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4;
ProtobufMessages.BeliefSetOrBuilder getBeliefSetOrBuilder()
optional .org.drools.core.marshalling.BeliefSet beliefSet = 4;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.