|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.serialization.MessageFormats.PersistentPayload.Builder
public static final class MessageFormats.PersistentPayload.Builder
Protobuf type PersistentPayload
| Method Summary | |
|---|---|
MessageFormats.PersistentPayload |
build()
|
MessageFormats.PersistentPayload |
buildPartial()
|
MessageFormats.PersistentPayload.Builder |
clear()
|
MessageFormats.PersistentPayload.Builder |
clearPayload()
required bytes payload = 2; |
MessageFormats.PersistentPayload.Builder |
clearPayloadManifest()
optional bytes payloadManifest = 3; |
MessageFormats.PersistentPayload.Builder |
clearSerializerId()
required int32 serializerId = 1; |
MessageFormats.PersistentPayload.Builder |
clone()
|
MessageFormats.PersistentPayload |
getDefaultInstanceForType()
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType()
|
com.google.protobuf.ByteString |
getPayload()
required bytes payload = 2; |
com.google.protobuf.ByteString |
getPayloadManifest()
optional bytes payloadManifest = 3; |
int |
getSerializerId()
required int32 serializerId = 1; |
boolean |
hasPayload()
required bytes payload = 2; |
boolean |
hasPayloadManifest()
optional bytes payloadManifest = 3; |
boolean |
hasSerializerId()
required int32 serializerId = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
MessageFormats.PersistentPayload.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MessageFormats.PersistentPayload.Builder |
mergeFrom(com.google.protobuf.Message other)
|
MessageFormats.PersistentPayload.Builder |
setPayload(com.google.protobuf.ByteString value)
required bytes payload = 2; |
MessageFormats.PersistentPayload.Builder |
setPayloadManifest(com.google.protobuf.ByteString value)
optional bytes payloadManifest = 3; |
MessageFormats.PersistentPayload.Builder |
setSerializerId(int value)
required int32 serializerId = 1; |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public MessageFormats.PersistentPayload.Builder clear()
public MessageFormats.PersistentPayload.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public MessageFormats.PersistentPayload getDefaultInstanceForType()
public MessageFormats.PersistentPayload build()
public MessageFormats.PersistentPayload buildPartial()
public MessageFormats.PersistentPayload.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public MessageFormats.PersistentPayload.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic boolean hasSerializerId()
required int32 serializerId = 1;
hasSerializerId in interface MessageFormats.PersistentPayloadOrBuilderpublic int getSerializerId()
required int32 serializerId = 1;
getSerializerId in interface MessageFormats.PersistentPayloadOrBuilderpublic MessageFormats.PersistentPayload.Builder setSerializerId(int value)
required int32 serializerId = 1;
public MessageFormats.PersistentPayload.Builder clearSerializerId()
required int32 serializerId = 1;
public boolean hasPayload()
required bytes payload = 2;
hasPayload in interface MessageFormats.PersistentPayloadOrBuilderpublic com.google.protobuf.ByteString getPayload()
required bytes payload = 2;
getPayload in interface MessageFormats.PersistentPayloadOrBuilderpublic MessageFormats.PersistentPayload.Builder setPayload(com.google.protobuf.ByteString value)
required bytes payload = 2;
public MessageFormats.PersistentPayload.Builder clearPayload()
required bytes payload = 2;
public boolean hasPayloadManifest()
optional bytes payloadManifest = 3;
hasPayloadManifest in interface MessageFormats.PersistentPayloadOrBuilderpublic com.google.protobuf.ByteString getPayloadManifest()
optional bytes payloadManifest = 3;
getPayloadManifest in interface MessageFormats.PersistentPayloadOrBuilderpublic MessageFormats.PersistentPayload.Builder setPayloadManifest(com.google.protobuf.ByteString value)
optional bytes payloadManifest = 3;
public MessageFormats.PersistentPayload.Builder clearPayloadManifest()
optional bytes payloadManifest = 3;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||