akka.persistence.serialization
Class MessageFormats.DeliverMessage.Builder

java.lang.Object
  extended by 
      extended by akka.persistence.serialization.MessageFormats.DeliverMessage.Builder
All Implemented Interfaces:
MessageFormats.DeliverMessageOrBuilder
Enclosing class:
MessageFormats.DeliverMessage

public static final class MessageFormats.DeliverMessage.Builder
extends
implements MessageFormats.DeliverMessageOrBuilder

Protobuf type DeliverMessage


Method Summary
 MessageFormats.DeliverMessage build()
           
 MessageFormats.DeliverMessage buildPartial()
           
 MessageFormats.DeliverMessage.Builder clear()
           
 MessageFormats.DeliverMessage.Builder clearDestination()
          optional string destination = 2;
 MessageFormats.DeliverMessage.Builder clearPersistent()
          optional .PersistentMessage persistent = 1;
 MessageFormats.DeliverMessage.Builder clone()
           
 MessageFormats.DeliverMessage getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getDestination()
          optional string destination = 2;
 com.google.protobuf.ByteString getDestinationBytes()
          optional string destination = 2;
 MessageFormats.PersistentMessage getPersistent()
          optional .PersistentMessage persistent = 1;
 MessageFormats.PersistentMessage.Builder getPersistentBuilder()
          optional .PersistentMessage persistent = 1;
 MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
          optional .PersistentMessage persistent = 1;
 boolean hasDestination()
          optional string destination = 2;
 boolean hasPersistent()
          optional .PersistentMessage persistent = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MessageFormats.DeliverMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MessageFormats.DeliverMessage.Builder mergeFrom(com.google.protobuf.Message other)
           
 MessageFormats.DeliverMessage.Builder mergePersistent(MessageFormats.PersistentMessage value)
          optional .PersistentMessage persistent = 1;
 MessageFormats.DeliverMessage.Builder setDestination(java.lang.String value)
          optional string destination = 2;
 MessageFormats.DeliverMessage.Builder setDestinationBytes(com.google.protobuf.ByteString value)
          optional string destination = 2;
 MessageFormats.DeliverMessage.Builder setPersistent(MessageFormats.PersistentMessage.Builder builderForValue)
          optional .PersistentMessage persistent = 1;
 MessageFormats.DeliverMessage.Builder setPersistent(MessageFormats.PersistentMessage value)
          optional .PersistentMessage persistent = 1;
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

clear

public MessageFormats.DeliverMessage.Builder clear()

clone

public MessageFormats.DeliverMessage.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public MessageFormats.DeliverMessage getDefaultInstanceForType()

build

public MessageFormats.DeliverMessage build()

buildPartial

public MessageFormats.DeliverMessage buildPartial()

mergeFrom

public MessageFormats.DeliverMessage.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public MessageFormats.DeliverMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
Throws:
java.io.IOException

hasPersistent

public boolean hasPersistent()
optional .PersistentMessage persistent = 1;

Specified by:
hasPersistent in interface MessageFormats.DeliverMessageOrBuilder

getPersistent

public MessageFormats.PersistentMessage getPersistent()
optional .PersistentMessage persistent = 1;

Specified by:
getPersistent in interface MessageFormats.DeliverMessageOrBuilder

setPersistent

public MessageFormats.DeliverMessage.Builder setPersistent(MessageFormats.PersistentMessage value)
optional .PersistentMessage persistent = 1;


setPersistent

public MessageFormats.DeliverMessage.Builder setPersistent(MessageFormats.PersistentMessage.Builder builderForValue)
optional .PersistentMessage persistent = 1;


mergePersistent

public MessageFormats.DeliverMessage.Builder mergePersistent(MessageFormats.PersistentMessage value)
optional .PersistentMessage persistent = 1;


clearPersistent

public MessageFormats.DeliverMessage.Builder clearPersistent()
optional .PersistentMessage persistent = 1;


getPersistentBuilder

public MessageFormats.PersistentMessage.Builder getPersistentBuilder()
optional .PersistentMessage persistent = 1;


getPersistentOrBuilder

public MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
optional .PersistentMessage persistent = 1;

Specified by:
getPersistentOrBuilder in interface MessageFormats.DeliverMessageOrBuilder

hasDestination

public boolean hasDestination()
optional string destination = 2;

Specified by:
hasDestination in interface MessageFormats.DeliverMessageOrBuilder

getDestination

public java.lang.String getDestination()
optional string destination = 2;

Specified by:
getDestination in interface MessageFormats.DeliverMessageOrBuilder

getDestinationBytes

public com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 2;

Specified by:
getDestinationBytes in interface MessageFormats.DeliverMessageOrBuilder

setDestination

public MessageFormats.DeliverMessage.Builder setDestination(java.lang.String value)
optional string destination = 2;


clearDestination

public MessageFormats.DeliverMessage.Builder clearDestination()
optional string destination = 2;


setDestinationBytes

public MessageFormats.DeliverMessage.Builder setDestinationBytes(com.google.protobuf.ByteString value)
optional string destination = 2;