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()the entry pointcom.google.protobuf.ByteStringgetEntryPointBytes()the entry pointlonggetId()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()the actual object referencelonggetTimestamp()event only attributesProtobufMessages.FactHandle.HandleTypegetType()optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;booleanhasActivationsCount()optional int64 activations_count = 7;booleanhasDuration()optional int64 duration = 5;booleanhasEntryPoint()the entry pointbooleanhasId()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()the actual object referencebooleanhasTimestamp()event only attributesbooleanhasType()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;- Returns:
- Whether the type field is set.
-
getType
ProtobufMessages.FactHandle.HandleType getType()
optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;- Returns:
- The type.
-
hasId
boolean hasId()
optional int64 id = 2;- Returns:
- Whether the id field is set.
-
getId
long getId()
optional int64 id = 2;- Returns:
- The id.
-
hasRecency
boolean hasRecency()
optional int64 recency = 3;- Returns:
- Whether the recency field is set.
-
getRecency
long getRecency()
optional int64 recency = 3;- Returns:
- The recency.
-
hasTimestamp
boolean hasTimestamp()
event only attributes
optional int64 timestamp = 4;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
event only attributes
optional int64 timestamp = 4;- Returns:
- The timestamp.
-
hasDuration
boolean hasDuration()
optional int64 duration = 5;- Returns:
- Whether the duration field is set.
-
getDuration
long getDuration()
optional int64 duration = 5;- Returns:
- The duration.
-
hasIsExpired
boolean hasIsExpired()
optional bool is_expired = 6;- Returns:
- Whether the isExpired field is set.
-
getIsExpired
boolean getIsExpired()
optional bool is_expired = 6;- Returns:
- The isExpired.
-
hasActivationsCount
boolean hasActivationsCount()
optional int64 activations_count = 7;- Returns:
- Whether the activationsCount field is set.
-
getActivationsCount
long getActivationsCount()
optional int64 activations_count = 7;- Returns:
- The activationsCount.
-
hasStrategyIndex
boolean hasStrategyIndex()
the actual object reference
optional int32 strategy_index = 8;- Returns:
- Whether the strategyIndex field is set.
-
getStrategyIndex
int getStrategyIndex()
the actual object reference
optional int32 strategy_index = 8;- Returns:
- The strategyIndex.
-
hasObject
boolean hasObject()
optional bytes object = 9;- Returns:
- Whether the object field is set.
-
getObject
com.google.protobuf.ByteString getObject()
optional bytes object = 9;- Returns:
- The object.
-
hasEntryPoint
boolean hasEntryPoint()
the entry point
optional string entry_point = 10;- Returns:
- Whether the entryPoint field is set.
-
getEntryPoint
String getEntryPoint()
the entry point
optional string entry_point = 10;- Returns:
- The entryPoint.
-
getEntryPointBytes
com.google.protobuf.ByteString getEntryPointBytes()
the entry point
optional string entry_point = 10;- Returns:
- The bytes for entryPoint.
-
hasIsJustified
boolean hasIsJustified()
optional bool is_justified = 11;- Returns:
- Whether the isJustified field is set.
-
getIsJustified
boolean getIsJustified()
optional bool is_justified = 11;- Returns:
- The isJustified.
-
hasOtnCount
boolean hasOtnCount()
optional int32 otn_count = 12;- Returns:
- Whether the otnCount field is set.
-
getOtnCount
int getOtnCount()
optional int32 otn_count = 12;- Returns:
- The otnCount.
-
-