akka.remote
Class WireFormats.DeployData.Builder

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

public static final class WireFormats.DeployData.Builder
extends
implements WireFormats.DeployDataOrBuilder


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

clone

public WireFormats.DeployData.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.DeployData getDefaultInstanceForType()

build

public WireFormats.DeployData build()

buildPartial

public WireFormats.DeployData buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

public WireFormats.DeployData.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.DeployDataOrBuilder

getPath

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

setPath

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

clearPath

public WireFormats.DeployData.Builder clearPath()

hasConfig

public boolean hasConfig()
Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder

setConfig

public WireFormats.DeployData.Builder setConfig(com.google.protobuf.ByteString value)

clearConfig

public WireFormats.DeployData.Builder clearConfig()

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder

setRouterConfig

public WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)

clearRouterConfig

public WireFormats.DeployData.Builder clearRouterConfig()

hasScope

public boolean hasScope()
Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
Specified by:
getScope in interface WireFormats.DeployDataOrBuilder

setScope

public WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)

clearScope

public WireFormats.DeployData.Builder clearScope()

hasDispatcher

public boolean hasDispatcher()
Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcher

public java.lang.String getDispatcher()
Specified by:
getDispatcher in interface WireFormats.DeployDataOrBuilder

setDispatcher

public WireFormats.DeployData.Builder setDispatcher(java.lang.String value)

clearDispatcher

public WireFormats.DeployData.Builder clearDispatcher()