public static interface MessageFormats.PersistentStateChangeEventOrBuilder
extends akka.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStateIdentifier()
required string stateIdentifier = 1; |
akka.protobuf.ByteString |
getStateIdentifierBytes()
required string stateIdentifier = 1; |
java.lang.String |
getTimeout()
optional string timeout = 2; |
akka.protobuf.ByteString |
getTimeoutBytes()
optional string timeout = 2; |
long |
getTimeoutNanos()
optional int64 timeoutNanos = 3; |
boolean |
hasStateIdentifier()
required string stateIdentifier = 1; |
boolean |
hasTimeout()
optional string timeout = 2; |
boolean |
hasTimeoutNanos()
optional int64 timeoutNanos = 3; |
boolean hasStateIdentifier()
required string stateIdentifier = 1;
java.lang.String getStateIdentifier()
required string stateIdentifier = 1;
akka.protobuf.ByteString getStateIdentifierBytes()
required string stateIdentifier = 1;
boolean hasTimeout()
optional string timeout = 2;
java.lang.String getTimeout()
optional string timeout = 2;
akka.protobuf.ByteString getTimeoutBytes()
optional string timeout = 2;
boolean hasTimeoutNanos()
optional int64 timeoutNanos = 3;
long getTimeoutNanos()
optional int64 timeoutNanos = 3;