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

Protobuf type DeployData


 Serialization of akka.actor.Deploy
 


Method Summary
 WireFormats.DeployData build()
           
 WireFormats.DeployData buildPartial()
           
 WireFormats.DeployData.Builder clear()
           
 WireFormats.DeployData.Builder clearConfig()
          optional bytes config = 2;
 WireFormats.DeployData.Builder clearDispatcher()
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder clearPath()
          required string path = 1;
 WireFormats.DeployData.Builder clearRouterConfig()
          optional bytes routerConfig = 3;
 WireFormats.DeployData.Builder clearScope()
          optional bytes scope = 4;
 WireFormats.DeployData.Builder clone()
           
 com.google.protobuf.ByteString getConfig()
          optional bytes config = 2;
 WireFormats.DeployData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getDispatcher()
          optional string dispatcher = 5;
 com.google.protobuf.ByteString getDispatcherBytes()
          optional string dispatcher = 5;
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 com.google.protobuf.ByteString getRouterConfig()
          optional bytes routerConfig = 3;
 com.google.protobuf.ByteString getScope()
          optional bytes scope = 4;
 boolean hasConfig()
          optional bytes config = 2;
 boolean hasDispatcher()
          optional string dispatcher = 5;
 boolean hasPath()
          required string path = 1;
 boolean hasRouterConfig()
          optional bytes routerConfig = 3;
 boolean hasScope()
          optional bytes scope = 4;
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)
          optional bytes config = 2;
 WireFormats.DeployData.Builder setDispatcher(java.lang.String value)
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder setDispatcherBytes(com.google.protobuf.ByteString value)
          optional string dispatcher = 5;
 WireFormats.DeployData.Builder setPath(java.lang.String value)
          required string path = 1;
 WireFormats.DeployData.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)
          optional bytes routerConfig = 3;
 WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)
          optional bytes scope = 4;
 
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()
required string path = 1;

Specified by:
hasPath in interface WireFormats.DeployDataOrBuilder

getPath

public java.lang.String getPath()
required string path = 1;

Specified by:
getPath in interface WireFormats.DeployDataOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface WireFormats.DeployDataOrBuilder

setPath

public WireFormats.DeployData.Builder setPath(java.lang.String value)
required string path = 1;


clearPath

public WireFormats.DeployData.Builder clearPath()
required string path = 1;


setPathBytes

public WireFormats.DeployData.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;


hasConfig

public boolean hasConfig()
optional bytes config = 2;

Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
optional bytes config = 2;

Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder

setConfig

public WireFormats.DeployData.Builder setConfig(com.google.protobuf.ByteString value)
optional bytes config = 2;


clearConfig

public WireFormats.DeployData.Builder clearConfig()
optional bytes config = 2;


hasRouterConfig

public boolean hasRouterConfig()
optional bytes routerConfig = 3;

Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;

Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder

setRouterConfig

public WireFormats.DeployData.Builder setRouterConfig(com.google.protobuf.ByteString value)
optional bytes routerConfig = 3;


clearRouterConfig

public WireFormats.DeployData.Builder clearRouterConfig()
optional bytes routerConfig = 3;


hasScope

public boolean hasScope()
optional bytes scope = 4;

Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
optional bytes scope = 4;

Specified by:
getScope in interface WireFormats.DeployDataOrBuilder

setScope

public WireFormats.DeployData.Builder setScope(com.google.protobuf.ByteString value)
optional bytes scope = 4;


clearScope

public WireFormats.DeployData.Builder clearScope()
optional bytes scope = 4;


hasDispatcher

public boolean hasDispatcher()
optional string dispatcher = 5;

Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcher

public java.lang.String getDispatcher()
optional string dispatcher = 5;

Specified by:
getDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcherBytes

public com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;

Specified by:
getDispatcherBytes in interface WireFormats.DeployDataOrBuilder

setDispatcher

public WireFormats.DeployData.Builder setDispatcher(java.lang.String value)
optional string dispatcher = 5;


clearDispatcher

public WireFormats.DeployData.Builder clearDispatcher()
optional string dispatcher = 5;


setDispatcherBytes

public WireFormats.DeployData.Builder setDispatcherBytes(com.google.protobuf.ByteString value)
optional string dispatcher = 5;