Interface MessageFormats.PersistentFSMSnapshotOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
MessageFormats.PersistentFSMSnapshot, MessageFormats.PersistentFSMSnapshot.Builder
Enclosing class:
MessageFormats

public static interface MessageFormats.PersistentFSMSnapshotOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    required .PersistentPayload data = 2;
    required .PersistentPayload data = 2;
    required string stateIdentifier = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string stateIdentifier = 1;
    long
    optional int64 timeoutNanos = 3;
    boolean
    required .PersistentPayload data = 2;
    boolean
    required string stateIdentifier = 1;
    boolean
    optional int64 timeoutNanos = 3;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasStateIdentifier

      boolean hasStateIdentifier()
      required string stateIdentifier = 1;
      Returns:
      Whether the stateIdentifier field is set.
    • getStateIdentifier

      String getStateIdentifier()
      required string stateIdentifier = 1;
      Returns:
      The stateIdentifier.
    • getStateIdentifierBytes

      org.apache.pekko.protobufv3.internal.ByteString getStateIdentifierBytes()
      required string stateIdentifier = 1;
      Returns:
      The bytes for stateIdentifier.
    • hasData

      boolean hasData()
      required .PersistentPayload data = 2;
      Returns:
      Whether the data field is set.
    • getData

      required .PersistentPayload data = 2;
      Returns:
      The data.
    • getDataOrBuilder

      required .PersistentPayload data = 2;
    • hasTimeoutNanos

      boolean hasTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Returns:
      Whether the timeoutNanos field is set.
    • getTimeoutNanos

      long getTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Returns:
      The timeoutNanos.