Interface ProtobufMessages.FactHandleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.FactHandle,ProtobufMessages.FactHandle.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.FactHandleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActivationsCount()optional int64 activations_count = 7;longgetDuration()optional int64 duration = 5;StringgetEntryPoint()optional string entry_point = 10;com.google.protobuf.ByteStringgetEntryPointBytes()optional string entry_point = 10;longgetId()optional int64 id = 2;booleangetIsExpired()optional bool is_expired = 6;booleangetIsJustified()optional bool is_justified = 11;com.google.protobuf.ByteStringgetObject()optional bytes object = 9;intgetOtnCount()optional int32 otn_count = 12;longgetRecency()optional int64 recency = 3;intgetStrategyIndex()optional int32 strategy_index = 8;longgetTimestamp()optional int64 timestamp = 4;ProtobufMessages.FactHandle.HandleTypegetType()optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;booleanhasActivationsCount()optional int64 activations_count = 7;booleanhasDuration()optional int64 duration = 5;booleanhasEntryPoint()optional string entry_point = 10;booleanhasId()optional int64 id = 2;booleanhasIsExpired()optional bool is_expired = 6;booleanhasIsJustified()optional bool is_justified = 11;booleanhasObject()optional bytes object = 9;booleanhasOtnCount()optional int32 otn_count = 12;booleanhasRecency()optional int64 recency = 3;booleanhasStrategyIndex()optional int32 strategy_index = 8;booleanhasTimestamp()optional int64 timestamp = 4;booleanhasType()optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;
-
getType
ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;
-
hasId
boolean hasId()
optional int64 id = 2;
-
getId
long getId()
optional int64 id = 2;
-
hasRecency
boolean hasRecency()
optional int64 recency = 3;
-
getRecency
long getRecency()
optional int64 recency = 3;
-
hasTimestamp
boolean hasTimestamp()
optional int64 timestamp = 4;event only attributes
-
getTimestamp
long getTimestamp()
optional int64 timestamp = 4;event only attributes
-
hasDuration
boolean hasDuration()
optional int64 duration = 5;
-
getDuration
long getDuration()
optional int64 duration = 5;
-
hasIsExpired
boolean hasIsExpired()
optional bool is_expired = 6;
-
getIsExpired
boolean getIsExpired()
optional bool is_expired = 6;
-
hasActivationsCount
boolean hasActivationsCount()
optional int64 activations_count = 7;
-
getActivationsCount
long getActivationsCount()
optional int64 activations_count = 7;
-
hasStrategyIndex
boolean hasStrategyIndex()
optional int32 strategy_index = 8;the actual object reference
-
getStrategyIndex
int getStrategyIndex()
optional int32 strategy_index = 8;the actual object reference
-
hasObject
boolean hasObject()
optional bytes object = 9;
-
getObject
com.google.protobuf.ByteString getObject()
optional bytes object = 9;
-
hasEntryPoint
boolean hasEntryPoint()
optional string entry_point = 10;the entry point
-
getEntryPoint
String getEntryPoint()
optional string entry_point = 10;the entry point
-
getEntryPointBytes
com.google.protobuf.ByteString getEntryPointBytes()
optional string entry_point = 10;the entry point
-
hasIsJustified
boolean hasIsJustified()
optional bool is_justified = 11;
-
getIsJustified
boolean getIsJustified()
optional bool is_justified = 11;
-
hasOtnCount
boolean hasOtnCount()
optional int32 otn_count = 12;
-
getOtnCount
int getOtnCount()
optional int32 otn_count = 12;
-
-