Package akka.persistence.serialization
Interface MessageFormats.PersistentFSMSnapshotOrBuilder
- 
- All Superinterfaces:
- akka.protobufv3.internal.MessageLiteOrBuilder,- akka.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- MessageFormats.PersistentFSMSnapshot,- MessageFormats.PersistentFSMSnapshot.Builder
 - Enclosing class:
- MessageFormats
 
 public static interface MessageFormats.PersistentFSMSnapshotOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageFormats.PersistentPayloadgetData()required .PersistentPayload data = 2;MessageFormats.PersistentPayloadOrBuildergetDataOrBuilder()required .PersistentPayload data = 2;java.lang.StringgetStateIdentifier()required string stateIdentifier = 1;akka.protobufv3.internal.ByteStringgetStateIdentifierBytes()required string stateIdentifier = 1;longgetTimeoutNanos()optional int64 timeoutNanos = 3;booleanhasData()required .PersistentPayload data = 2;booleanhasStateIdentifier()required string stateIdentifier = 1;booleanhasTimeoutNanos()optional int64 timeoutNanos = 3;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasStateIdentifierboolean hasStateIdentifier() required string stateIdentifier = 1;- Returns:
- Whether the stateIdentifier field is set.
 
 - 
getStateIdentifierjava.lang.String getStateIdentifier() required string stateIdentifier = 1;- Returns:
- The stateIdentifier.
 
 - 
getStateIdentifierBytesakka.protobufv3.internal.ByteString getStateIdentifierBytes() required string stateIdentifier = 1;- Returns:
- The bytes for stateIdentifier.
 
 - 
hasDataboolean hasData() required .PersistentPayload data = 2;- Returns:
- Whether the data field is set.
 
 - 
getDataMessageFormats.PersistentPayload getData() required .PersistentPayload data = 2;- Returns:
- The data.
 
 - 
getDataOrBuilderMessageFormats.PersistentPayloadOrBuilder getDataOrBuilder() required .PersistentPayload data = 2;
 - 
hasTimeoutNanosboolean hasTimeoutNanos() optional int64 timeoutNanos = 3;- Returns:
- Whether the timeoutNanos field is set.
 
 - 
getTimeoutNanoslong getTimeoutNanos() optional int64 timeoutNanos = 3;- Returns:
- The timeoutNanos.
 
 
- 
 
-