Interface ProtobufMessages.FactHandleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getActivationsCount()
      optional int64 activations_count = 7;
      long getDuration()
      optional int64 duration = 5;
      String getEntryPoint()
      the entry point
      com.google.protobuf.ByteString getEntryPointBytes()
      the entry point
      long getId()
      optional int64 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()
      the actual object reference
      long getTimestamp()
      event only attributes
      ProtobufMessages.FactHandle.HandleType getType()
      optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;
      boolean hasActivationsCount()
      optional int64 activations_count = 7;
      boolean hasDuration()
      optional int64 duration = 5;
      boolean hasEntryPoint()
      the entry point
      boolean hasId()
      optional int64 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()
      the actual object reference
      boolean hasTimestamp()
      event only attributes
      boolean hasType()
      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 Detail

      • hasType

        boolean hasType()
        optional .org.drools.serialization.protobuf.FactHandle.HandleType type = 1;
        Returns:
        Whether the type field is set.
      • 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.