public static interface ProtobufMessages.FactHandleOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getActivationsCount()
optional int64 activations_count = 7; |
long |
getDuration()
optional int64 duration = 5; |
String |
getEntryPoint()
optional string entry_point = 10;
the entry point
|
com.google.protobuf.ByteString |
getEntryPointBytes()
optional string entry_point = 10;
the entry point
|
int |
getId()
optional int32 id = 2; |
boolean |
getIsExpired()
optional bool is_expired = 6; |
boolean |
getIsJustified()
optional bool is_justified = 11; |
com.google.protobuf.ByteString |
getObject()
optional bytes object = 9; |
int |
getOtnCount()
optional int32 otn_count = 12; |
long |
getRecency()
optional int64 recency = 3; |
int |
getStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
|
long |
getTimestamp()
optional int64 timestamp = 4;
event only attributes
|
ProtobufMessages.FactHandle.HandleType |
getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1; |
boolean |
hasActivationsCount()
optional int64 activations_count = 7; |
boolean |
hasDuration()
optional int64 duration = 5; |
boolean |
hasEntryPoint()
optional string entry_point = 10;
the entry point
|
boolean |
hasId()
optional int32 id = 2; |
boolean |
hasIsExpired()
optional bool is_expired = 6; |
boolean |
hasIsJustified()
optional bool is_justified = 11; |
boolean |
hasObject()
optional bytes object = 9; |
boolean |
hasOtnCount()
optional int32 otn_count = 12; |
boolean |
hasRecency()
optional int64 recency = 3; |
boolean |
hasStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
|
boolean |
hasTimestamp()
optional int64 timestamp = 4;
event only attributes
|
boolean |
hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.core.marshalling.FactHandle.HandleType type = 1;
boolean hasId()
optional int32 id = 2;
int getId()
optional int32 id = 2;
boolean hasRecency()
optional int64 recency = 3;
long getRecency()
optional int64 recency = 3;
boolean hasTimestamp()
optional int64 timestamp = 4;
event only attributes
long getTimestamp()
optional int64 timestamp = 4;
event only attributes
boolean hasDuration()
optional int64 duration = 5;
long getDuration()
optional int64 duration = 5;
boolean hasIsExpired()
optional bool is_expired = 6;
boolean getIsExpired()
optional bool is_expired = 6;
boolean hasActivationsCount()
optional int64 activations_count = 7;
long getActivationsCount()
optional int64 activations_count = 7;
boolean hasStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
int getStrategyIndex()
optional int32 strategy_index = 8;
the actual object reference
boolean hasObject()
optional bytes object = 9;
com.google.protobuf.ByteString getObject()
optional bytes object = 9;
boolean hasEntryPoint()
optional string entry_point = 10;
the entry point
String getEntryPoint()
optional string entry_point = 10;
the entry point
com.google.protobuf.ByteString getEntryPointBytes()
optional string entry_point = 10;
the entry point
boolean hasIsJustified()
optional bool is_justified = 11;
boolean getIsJustified()
optional bool is_justified = 11;
boolean hasOtnCount()
optional int32 otn_count = 12;
int getOtnCount()
optional int32 otn_count = 12;
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.