akka.remote
Class WireFormats.ActorRefData.Builder

java.lang.Object
  extended by 
      extended by akka.remote.WireFormats.ActorRefData.Builder
All Implemented Interfaces:
WireFormats.ActorRefDataOrBuilder
Enclosing class:
WireFormats.ActorRefData

public static final class WireFormats.ActorRefData.Builder
extends
implements WireFormats.ActorRefDataOrBuilder


Method Summary
 WireFormats.ActorRefData build()
           
 WireFormats.ActorRefData buildPartial()
           
 WireFormats.ActorRefData.Builder clear()
           
 WireFormats.ActorRefData.Builder clearPath()
           
 WireFormats.ActorRefData.Builder clone()
           
 WireFormats.ActorRefData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
           
 boolean hasPath()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.ActorRefData.Builder setPath(java.lang.String value)
           
 
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 WireFormats.ActorRefData.Builder clear()

clone

public WireFormats.ActorRefData.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.ActorRefData getDefaultInstanceForType()

build

public WireFormats.ActorRefData build()

buildPartial

public WireFormats.ActorRefData buildPartial()

mergeFrom

public WireFormats.ActorRefData.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasPath

public boolean hasPath()
Specified by:
hasPath in interface WireFormats.ActorRefDataOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface WireFormats.ActorRefDataOrBuilder

setPath

public WireFormats.ActorRefData.Builder setPath(java.lang.String value)

clearPath

public WireFormats.ActorRefData.Builder clearPath()