akka.remote
Class WireFormats.DaemonMsgCreateData.Builder

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

public static final class WireFormats.DaemonMsgCreateData.Builder
extends
implements WireFormats.DaemonMsgCreateDataOrBuilder


Method Summary
 WireFormats.DaemonMsgCreateData build()
           
 WireFormats.DaemonMsgCreateData buildPartial()
           
 WireFormats.DaemonMsgCreateData.Builder clear()
           
 WireFormats.DaemonMsgCreateData.Builder clearDeploy()
           
 WireFormats.DaemonMsgCreateData.Builder clearPath()
           
 WireFormats.DaemonMsgCreateData.Builder clearProps()
           
 WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
           
 WireFormats.DaemonMsgCreateData.Builder clone()
           
 WireFormats.DaemonMsgCreateData getDefaultInstanceForType()
           
 WireFormats.DeployData getDeploy()
           
 WireFormats.DeployData.Builder getDeployBuilder()
           
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
           
 WireFormats.PropsData getProps()
           
 WireFormats.PropsData.Builder getPropsBuilder()
           
 WireFormats.PropsDataOrBuilder getPropsOrBuilder()
           
 WireFormats.ActorRefData getSupervisor()
           
 WireFormats.ActorRefData.Builder getSupervisorBuilder()
           
 WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
           
 boolean hasDeploy()
           
 boolean hasPath()
           
 boolean hasProps()
           
 boolean hasSupervisor()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
           
 WireFormats.DaemonMsgCreateData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.DaemonMsgCreateData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)
           
 WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
           
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
           
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
           
 WireFormats.DaemonMsgCreateData.Builder setPath(java.lang.String value)
           
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
           
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
           
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
           
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData 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.DaemonMsgCreateData.Builder clear()

clone

public WireFormats.DaemonMsgCreateData.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.DaemonMsgCreateData getDefaultInstanceForType()

build

public WireFormats.DaemonMsgCreateData build()

buildPartial

public WireFormats.DaemonMsgCreateData buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasProps

public boolean hasProps()
Specified by:
hasProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

getProps

public WireFormats.PropsData getProps()
Specified by:
getProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)

setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)

mergeProps

public WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)

clearProps

public WireFormats.DaemonMsgCreateData.Builder clearProps()

getPropsBuilder

public WireFormats.PropsData.Builder getPropsBuilder()

getPropsOrBuilder

public WireFormats.PropsDataOrBuilder getPropsOrBuilder()
Specified by:
getPropsOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasDeploy

public boolean hasDeploy()
Specified by:
hasDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

getDeploy

public WireFormats.DeployData getDeploy()
Specified by:
getDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)

setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)

mergeDeploy

public WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)

clearDeploy

public WireFormats.DaemonMsgCreateData.Builder clearDeploy()

getDeployBuilder

public WireFormats.DeployData.Builder getDeployBuilder()

getDeployOrBuilder

public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
Specified by:
getDeployOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasPath

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

getPath

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

setPath

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

clearPath

public WireFormats.DaemonMsgCreateData.Builder clearPath()

hasSupervisor

public boolean hasSupervisor()
Specified by:
hasSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

getSupervisor

public WireFormats.ActorRefData getSupervisor()
Specified by:
getSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)

setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)

mergeSupervisor

public WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)

clearSupervisor

public WireFormats.DaemonMsgCreateData.Builder clearSupervisor()

getSupervisorBuilder

public WireFormats.ActorRefData.Builder getSupervisorBuilder()

getSupervisorOrBuilder

public WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
Specified by:
getSupervisorOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder