Class MessageFormats.PersistentFSMSnapshot

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.persistence.serialization.MessageFormats.PersistentFSMSnapshot
All Implemented Interfaces:
Serializable, MessageFormats.PersistentFSMSnapshotOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
MessageFormats

public static final class MessageFormats.PersistentFSMSnapshot extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements MessageFormats.PersistentFSMSnapshotOrBuilder
Protobuf type PersistentFSMSnapshot
See Also:
  • Field Details

    • STATEIDENTIFIER_FIELD_NUMBER

      public static final int STATEIDENTIFIER_FIELD_NUMBER
      See Also:
    • DATA_FIELD_NUMBER

      public static final int DATA_FIELD_NUMBER
      See Also:
    • TIMEOUTNANOS_FIELD_NUMBER

      public static final int TIMEOUTNANOS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasStateIdentifier

      public boolean hasStateIdentifier()
      required string stateIdentifier = 1;
      Specified by:
      hasStateIdentifier in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      Whether the stateIdentifier field is set.
    • getStateIdentifier

      public String getStateIdentifier()
      required string stateIdentifier = 1;
      Specified by:
      getStateIdentifier in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      The stateIdentifier.
    • getStateIdentifierBytes

      public org.apache.pekko.protobufv3.internal.ByteString getStateIdentifierBytes()
      required string stateIdentifier = 1;
      Specified by:
      getStateIdentifierBytes in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      The bytes for stateIdentifier.
    • hasData

      public boolean hasData()
      required .PersistentPayload data = 2;
      Specified by:
      hasData in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      Whether the data field is set.
    • getData

      required .PersistentPayload data = 2;
      Specified by:
      getData in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      The data.
    • getDataOrBuilder

      public MessageFormats.PersistentPayloadOrBuilder getDataOrBuilder()
      required .PersistentPayload data = 2;
      Specified by:
      getDataOrBuilder in interface MessageFormats.PersistentFSMSnapshotOrBuilder
    • hasTimeoutNanos

      public boolean hasTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Specified by:
      hasTimeoutNanos in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      Whether the timeoutNanos field is set.
    • getTimeoutNanos

      public long getTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Specified by:
      getTimeoutNanos in interface MessageFormats.PersistentFSMSnapshotOrBuilder
      Returns:
      The timeoutNanos.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MessageFormats.PersistentFSMSnapshot parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MessageFormats.PersistentFSMSnapshot parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MessageFormats.PersistentFSMSnapshot parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected MessageFormats.PersistentFSMSnapshot.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static MessageFormats.PersistentFSMSnapshot getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<MessageFormats.PersistentFSMSnapshot> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<MessageFormats.PersistentFSMSnapshot> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public MessageFormats.PersistentFSMSnapshot getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder