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 Type
    Method
    Description
    long
    optional int64 activations_count = 7;
    long
    optional int64 duration = 5;
    the entry point
    com.google.protobuf.ByteString
    the entry point
    long
    optional int64 id = 2;
    boolean
    optional bool is_expired = 6;
    boolean
    optional bool is_justified = 11;
    com.google.protobuf.ByteString
    optional bytes object = 9;
    int
    optional int32 otn_count = 12;
    long
    optional int64 recency = 3;
    int
    the actual object reference
    long
    event only attributes
    optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;
    boolean
    optional int64 activations_count = 7;
    boolean
    optional int64 duration = 5;
    boolean
    the entry point
    boolean
    optional int64 id = 2;
    boolean
    optional bool is_expired = 6;
    boolean
    optional bool is_justified = 11;
    boolean
    optional bytes object = 9;
    boolean
    optional int32 otn_count = 12;
    boolean
    optional int64 recency = 3;
    boolean
    the actual object reference
    boolean
    event only attributes
    boolean
    optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      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.