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

Protobuf type DaemonMsgCreateData


 Defines akka.remote.DaemonMsgCreate
 


Method Summary
 WireFormats.DaemonMsgCreateData build()
           
 WireFormats.DaemonMsgCreateData buildPartial()
           
 WireFormats.DaemonMsgCreateData.Builder clear()
           
 WireFormats.DaemonMsgCreateData.Builder clearDeploy()
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder clearPath()
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder clearProps()
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder clone()
           
 WireFormats.DaemonMsgCreateData getDefaultInstanceForType()
           
 WireFormats.DeployData getDeploy()
          required .DeployData deploy = 2;
 WireFormats.DeployData.Builder getDeployBuilder()
          required .DeployData deploy = 2;
 WireFormats.DeployDataOrBuilder getDeployOrBuilder()
          required .DeployData deploy = 2;
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getPath()
          required string path = 3;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 3;
 WireFormats.PropsData getProps()
          required .PropsData props = 1;
 WireFormats.PropsData.Builder getPropsBuilder()
          required .PropsData props = 1;
 WireFormats.PropsDataOrBuilder getPropsOrBuilder()
          required .PropsData props = 1;
 WireFormats.ActorRefData getSupervisor()
          required .ActorRefData supervisor = 4;
 WireFormats.ActorRefData.Builder getSupervisorBuilder()
          required .ActorRefData supervisor = 4;
 WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
          required .ActorRefData supervisor = 4;
 boolean hasDeploy()
          required .DeployData deploy = 2;
 boolean hasPath()
          required string path = 3;
 boolean hasProps()
          required .PropsData props = 1;
 boolean hasSupervisor()
          required .ActorRefData supervisor = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 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)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 WireFormats.DaemonMsgCreateData.Builder setPath(java.lang.String value)
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 3;
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
          required .PropsData props = 1;
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
          required .ActorRefData supervisor = 4;
 WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)
          required .ActorRefData supervisor = 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.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()
required .PropsData props = 1;

Specified by:
hasProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

getProps

public WireFormats.PropsData getProps()
required .PropsData props = 1;

Specified by:
getProps in interface WireFormats.DaemonMsgCreateDataOrBuilder

setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData value)
required .PropsData props = 1;


setProps

public WireFormats.DaemonMsgCreateData.Builder setProps(WireFormats.PropsData.Builder builderForValue)
required .PropsData props = 1;


mergeProps

public WireFormats.DaemonMsgCreateData.Builder mergeProps(WireFormats.PropsData value)
required .PropsData props = 1;


clearProps

public WireFormats.DaemonMsgCreateData.Builder clearProps()
required .PropsData props = 1;


getPropsBuilder

public WireFormats.PropsData.Builder getPropsBuilder()
required .PropsData props = 1;


getPropsOrBuilder

public WireFormats.PropsDataOrBuilder getPropsOrBuilder()
required .PropsData props = 1;

Specified by:
getPropsOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasDeploy

public boolean hasDeploy()
required .DeployData deploy = 2;

Specified by:
hasDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

getDeploy

public WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;

Specified by:
getDeploy in interface WireFormats.DaemonMsgCreateDataOrBuilder

setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;


setDeploy

public WireFormats.DaemonMsgCreateData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
required .DeployData deploy = 2;


mergeDeploy

public WireFormats.DaemonMsgCreateData.Builder mergeDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;


clearDeploy

public WireFormats.DaemonMsgCreateData.Builder clearDeploy()
required .DeployData deploy = 2;


getDeployBuilder

public WireFormats.DeployData.Builder getDeployBuilder()
required .DeployData deploy = 2;


getDeployOrBuilder

public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;

Specified by:
getDeployOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder

hasPath

public boolean hasPath()
required string path = 3;

Specified by:
hasPath in interface WireFormats.DaemonMsgCreateDataOrBuilder

getPath

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

Specified by:
getPath in interface WireFormats.DaemonMsgCreateDataOrBuilder

getPathBytes

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

Specified by:
getPathBytes in interface WireFormats.DaemonMsgCreateDataOrBuilder

setPath

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


clearPath

public WireFormats.DaemonMsgCreateData.Builder clearPath()
required string path = 3;


setPathBytes

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


hasSupervisor

public boolean hasSupervisor()
required .ActorRefData supervisor = 4;

Specified by:
hasSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

getSupervisor

public WireFormats.ActorRefData getSupervisor()
required .ActorRefData supervisor = 4;

Specified by:
getSupervisor in interface WireFormats.DaemonMsgCreateDataOrBuilder

setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;


setSupervisor

public WireFormats.DaemonMsgCreateData.Builder setSupervisor(WireFormats.ActorRefData.Builder builderForValue)
required .ActorRefData supervisor = 4;


mergeSupervisor

public WireFormats.DaemonMsgCreateData.Builder mergeSupervisor(WireFormats.ActorRefData value)
required .ActorRefData supervisor = 4;


clearSupervisor

public WireFormats.DaemonMsgCreateData.Builder clearSupervisor()
required .ActorRefData supervisor = 4;


getSupervisorBuilder

public WireFormats.ActorRefData.Builder getSupervisorBuilder()
required .ActorRefData supervisor = 4;


getSupervisorOrBuilder

public WireFormats.ActorRefDataOrBuilder getSupervisorOrBuilder()
required .ActorRefData supervisor = 4;

Specified by:
getSupervisorOrBuilder in interface WireFormats.DaemonMsgCreateDataOrBuilder