public static final class MessageFormats.PersistentStateChangeEvent extends akka.protobuf.GeneratedMessage implements MessageFormats.PersistentStateChangeEventOrBuilder
PersistentStateChangeEvent
Modifier and Type | Class and Description |
---|---|
static class |
MessageFormats.PersistentStateChangeEvent.Builder
Protobuf type
PersistentStateChangeEvent |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static akka.protobuf.Parser<MessageFormats.PersistentStateChangeEvent> |
PARSER |
static int |
STATEIDENTIFIER_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
static int |
TIMEOUTNANOS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static MessageFormats.PersistentStateChangeEvent |
getDefaultInstance() |
MessageFormats.PersistentStateChangeEvent |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
akka.protobuf.Parser<MessageFormats.PersistentStateChangeEvent> |
getParserForType() |
int |
getSerializedSize() |
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; |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasStateIdentifier()
required string stateIdentifier = 1; |
boolean |
hasTimeout()
optional string timeout = 2; |
boolean |
hasTimeoutNanos()
optional int64 timeoutNanos = 3; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MessageFormats.PersistentStateChangeEvent.Builder |
newBuilder() |
static MessageFormats.PersistentStateChangeEvent.Builder |
newBuilder(MessageFormats.PersistentStateChangeEvent prototype) |
MessageFormats.PersistentStateChangeEvent.Builder |
newBuilderForType() |
protected MessageFormats.PersistentStateChangeEvent.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static MessageFormats.PersistentStateChangeEvent |
parseDelimitedFrom(java.io.InputStream input) |
static MessageFormats.PersistentStateChangeEvent |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(byte[] data) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(akka.protobuf.ByteString data) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(akka.protobuf.CodedInputStream input) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(java.io.InputStream input) |
static MessageFormats.PersistentStateChangeEvent |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
MessageFormats.PersistentStateChangeEvent.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static akka.protobuf.Parser<MessageFormats.PersistentStateChangeEvent> PARSER
public static final int STATEIDENTIFIER_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int TIMEOUTNANOS_FIELD_NUMBER
public static MessageFormats.PersistentStateChangeEvent getDefaultInstance()
public MessageFormats.PersistentStateChangeEvent getDefaultInstanceForType()
getDefaultInstanceForType
in interface akka.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface akka.protobuf.MessageOrBuilder
public final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface akka.protobuf.MessageOrBuilder
getUnknownFields
in class akka.protobuf.GeneratedMessage
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class akka.protobuf.GeneratedMessage
public akka.protobuf.Parser<MessageFormats.PersistentStateChangeEvent> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public boolean hasStateIdentifier()
required string stateIdentifier = 1;
hasStateIdentifier
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public java.lang.String getStateIdentifier()
required string stateIdentifier = 1;
getStateIdentifier
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public akka.protobuf.ByteString getStateIdentifierBytes()
required string stateIdentifier = 1;
getStateIdentifierBytes
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public boolean hasTimeout()
optional string timeout = 2;
hasTimeout
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public java.lang.String getTimeout()
optional string timeout = 2;
getTimeout
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public akka.protobuf.ByteString getTimeoutBytes()
optional string timeout = 2;
getTimeoutBytes
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public boolean hasTimeoutNanos()
optional int64 timeoutNanos = 3;
hasTimeoutNanos
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public long getTimeoutNanos()
optional int64 timeoutNanos = 3;
getTimeoutNanos
in interface MessageFormats.PersistentStateChangeEventOrBuilder
public final boolean isInitialized()
isInitialized
in interface akka.protobuf.MessageLiteOrBuilder
isInitialized
in class akka.protobuf.GeneratedMessage
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface akka.protobuf.MessageLite
writeTo
in class akka.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface akka.protobuf.MessageLite
getSerializedSize
in class akka.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class akka.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static MessageFormats.PersistentStateChangeEvent parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentStateChangeEvent parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentStateChangeEvent parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentStateChangeEvent parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static MessageFormats.PersistentStateChangeEvent parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MessageFormats.PersistentStateChangeEvent.Builder newBuilder()
public MessageFormats.PersistentStateChangeEvent.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static MessageFormats.PersistentStateChangeEvent.Builder newBuilder(MessageFormats.PersistentStateChangeEvent prototype)
public MessageFormats.PersistentStateChangeEvent.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected MessageFormats.PersistentStateChangeEvent.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage