akka.remote
Class RemoteProtocol.DeployProtocol.Builder

java.lang.Object
  extended by 
      extended by akka.remote.RemoteProtocol.DeployProtocol.Builder
All Implemented Interfaces:
RemoteProtocol.DeployProtocolOrBuilder
Enclosing class:
RemoteProtocol.DeployProtocol

public static final class RemoteProtocol.DeployProtocol.Builder
extends
implements RemoteProtocol.DeployProtocolOrBuilder


Method Summary
 RemoteProtocol.DeployProtocol build()
           
 RemoteProtocol.DeployProtocol buildPartial()
           
 RemoteProtocol.DeployProtocol.Builder clear()
           
 RemoteProtocol.DeployProtocol.Builder clearConfig()
           
 RemoteProtocol.DeployProtocol.Builder clearPath()
           
 RemoteProtocol.DeployProtocol.Builder clearRouterConfig()
           
 RemoteProtocol.DeployProtocol.Builder clearScope()
           
 RemoteProtocol.DeployProtocol.Builder clone()
           
 com.google.protobuf.ByteString getConfig()
           
 RemoteProtocol.DeployProtocol getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 com.google.protobuf.ByteString getScope()
           
 boolean hasConfig()
           
 boolean hasPath()
           
 boolean hasRouterConfig()
           
 boolean hasScope()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 RemoteProtocol.DeployProtocol.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 RemoteProtocol.DeployProtocol.Builder mergeFrom(com.google.protobuf.Message other)
           
 RemoteProtocol.DeployProtocol.Builder setConfig(com.google.protobuf.ByteString value)
           
 RemoteProtocol.DeployProtocol.Builder setPath(java.lang.String value)
           
 RemoteProtocol.DeployProtocol.Builder setRouterConfig(com.google.protobuf.ByteString value)
           
 RemoteProtocol.DeployProtocol.Builder setScope(com.google.protobuf.ByteString 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 RemoteProtocol.DeployProtocol.Builder clear()

clone

public RemoteProtocol.DeployProtocol.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public RemoteProtocol.DeployProtocol getDefaultInstanceForType()

build

public RemoteProtocol.DeployProtocol build()

buildPartial

public RemoteProtocol.DeployProtocol buildPartial()

mergeFrom

public RemoteProtocol.DeployProtocol.Builder mergeFrom(com.google.protobuf.Message other)

isInitialized

public final boolean isInitialized()

mergeFrom

public RemoteProtocol.DeployProtocol.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 RemoteProtocol.DeployProtocolOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface RemoteProtocol.DeployProtocolOrBuilder

setPath

public RemoteProtocol.DeployProtocol.Builder setPath(java.lang.String value)

clearPath

public RemoteProtocol.DeployProtocol.Builder clearPath()

hasConfig

public boolean hasConfig()
Specified by:
hasConfig in interface RemoteProtocol.DeployProtocolOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
Specified by:
getConfig in interface RemoteProtocol.DeployProtocolOrBuilder

setConfig

public RemoteProtocol.DeployProtocol.Builder setConfig(com.google.protobuf.ByteString value)

clearConfig

public RemoteProtocol.DeployProtocol.Builder clearConfig()

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface RemoteProtocol.DeployProtocolOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface RemoteProtocol.DeployProtocolOrBuilder

setRouterConfig

public RemoteProtocol.DeployProtocol.Builder setRouterConfig(com.google.protobuf.ByteString value)

clearRouterConfig

public RemoteProtocol.DeployProtocol.Builder clearRouterConfig()

hasScope

public boolean hasScope()
Specified by:
hasScope in interface RemoteProtocol.DeployProtocolOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
Specified by:
getScope in interface RemoteProtocol.DeployProtocolOrBuilder

setScope

public RemoteProtocol.DeployProtocol.Builder setScope(com.google.protobuf.ByteString value)

clearScope

public RemoteProtocol.DeployProtocol.Builder clearScope()