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
Modifier and TypeMethodDescriptionlongoptional int64 activations_count = 7;longoptional int64 duration = 5;the entry pointcom.google.protobuf.ByteStringthe entry pointlonggetId()optional int64 id = 2;booleanoptional bool is_expired = 6;booleanoptional bool is_justified = 11;com.google.protobuf.ByteStringoptional bytes object = 9;intoptional int32 otn_count = 12;longoptional int64 recency = 3;intthe actual object referencelongevent only attributesgetType()optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;booleanoptional int64 activations_count = 7;booleanoptional int64 duration = 5;booleanthe entry pointbooleanhasId()optional int64 id = 2;booleanoptional bool is_expired = 6;booleanoptional bool is_justified = 11;booleanoptional bytes object = 9;booleanoptional int32 otn_count = 12;booleanoptional int64 recency = 3;booleanthe actual object referencebooleanevent only attributesbooleanhasType()optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 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
-
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.
-