Class ProtobufMessages.Activation

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.drools.serialization.protobuf.ProtobufMessages.Activation
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ProtobufMessages.ActivationOrBuilder
Enclosing class:
ProtobufMessages

public static final class ProtobufMessages.Activation extends com.google.protobuf.GeneratedMessageV3 implements ProtobufMessages.ActivationOrBuilder
Protobuf type org.drools.serialization.protobuf.Activation
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasTuple

      public boolean hasTuple()
      optional int64 activation_number = 1;
       
      optional .org.drools.serialization.protobuf.Tuple tuple = 2;
      Specified by:
      hasTuple in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the tuple field is set.
    • getTuple

      public ProtobufMessages.Tuple getTuple()
      optional int64 activation_number = 1;
       
      optional .org.drools.serialization.protobuf.Tuple tuple = 2;
      Specified by:
      getTuple in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The tuple.
    • getTupleOrBuilder

      public ProtobufMessages.TupleOrBuilder getTupleOrBuilder()
      optional int64 activation_number = 1;
       
      optional .org.drools.serialization.protobuf.Tuple tuple = 2;
      Specified by:
      getTupleOrBuilder in interface ProtobufMessages.ActivationOrBuilder
    • hasSalience

      public boolean hasSalience()
      optional int32 salience = 3;
      Specified by:
      hasSalience in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the salience field is set.
    • getSalience

      public int getSalience()
      optional int32 salience = 3;
      Specified by:
      getSalience in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The salience.
    • hasPackageName

      public boolean hasPackageName()
      optional string package_name = 4;
      Specified by:
      hasPackageName in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the packageName field is set.
    • getPackageName

      public String getPackageName()
      optional string package_name = 4;
      Specified by:
      getPackageName in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The packageName.
    • getPackageNameBytes

      public com.google.protobuf.ByteString getPackageNameBytes()
      optional string package_name = 4;
      Specified by:
      getPackageNameBytes in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The bytes for packageName.
    • hasRuleName

      public boolean hasRuleName()
      optional string rule_name = 5;
      Specified by:
      hasRuleName in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the ruleName field is set.
    • getRuleName

      public String getRuleName()
      optional string rule_name = 5;
      Specified by:
      getRuleName in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The ruleName.
    • getRuleNameBytes

      public com.google.protobuf.ByteString getRuleNameBytes()
      optional string rule_name = 5;
      Specified by:
      getRuleNameBytes in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The bytes for ruleName.
    • hasActivationGroup

      public boolean hasActivationGroup()
      optional int64 propagation_number = 6;
       
      optional string activation_group = 7;
      Specified by:
      hasActivationGroup in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the activationGroup field is set.
    • getActivationGroup

      public String getActivationGroup()
      optional int64 propagation_number = 6;
       
      optional string activation_group = 7;
      Specified by:
      getActivationGroup in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The activationGroup.
    • getActivationGroupBytes

      public com.google.protobuf.ByteString getActivationGroupBytes()
      optional int64 propagation_number = 6;
       
      optional string activation_group = 7;
      Specified by:
      getActivationGroupBytes in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The bytes for activationGroup.
    • hasIsActivated

      public boolean hasIsActivated()
      optional bool is_activated = 8;
      Specified by:
      hasIsActivated in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the isActivated field is set.
    • getIsActivated

      public boolean getIsActivated()
      optional bool is_activated = 8;
      Specified by:
      getIsActivated in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The isActivated.
    • hasHandleId

      public boolean hasHandleId()
      optional int64 handle_id = 9;
      Specified by:
      hasHandleId in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the handleId field is set.
    • getHandleId

      public long getHandleId()
      optional int64 handle_id = 9;
      Specified by:
      getHandleId in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The handleId.
    • getLogicalDependencyList

      public List<Long> getLogicalDependencyList()
      repeated int64 logical_dependency = 10;
      Specified by:
      getLogicalDependencyList in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      A list containing the logicalDependency.
    • getLogicalDependencyCount

      public int getLogicalDependencyCount()
      repeated int64 logical_dependency = 10;
      Specified by:
      getLogicalDependencyCount in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The count of logicalDependency.
    • getLogicalDependency

      public long getLogicalDependency(int index)
      repeated int64 logical_dependency = 10;
      Specified by:
      getLogicalDependency in interface ProtobufMessages.ActivationOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The logicalDependency at the given index.
    • hasEvaluated

      public boolean hasEvaluated()
      optional bool evaluated = 11;
      Specified by:
      hasEvaluated in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      Whether the evaluated field is set.
    • getEvaluated

      public boolean getEvaluated()
      optional bool evaluated = 11;
      Specified by:
      getEvaluated in interface ProtobufMessages.ActivationOrBuilder
      Returns:
      The evaluated.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ProtobufMessages.Activation parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ProtobufMessages.Activation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ProtobufMessages.Activation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ProtobufMessages.Activation.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ProtobufMessages.Activation.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ProtobufMessages.Activation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ProtobufMessages.Activation getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ProtobufMessages.Activation> parser()
    • getParserForType

      public com.google.protobuf.Parser<ProtobufMessages.Activation> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ProtobufMessages.Activation getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder