akka.remote
Class WireFormats.PropsData.Builder

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

public static final class WireFormats.PropsData.Builder
extends
implements WireFormats.PropsDataOrBuilder

Protobuf type PropsData


 Serialization of akka.actor.Props
 


Method Summary
 WireFormats.PropsData.Builder addAllArgs(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
          repeated bytes args = 4;
 WireFormats.PropsData.Builder addAllClasses(java.lang.Iterable<java.lang.String> values)
          repeated string classes = 5;
 WireFormats.PropsData.Builder addArgs(com.google.protobuf.ByteString value)
          repeated bytes args = 4;
 WireFormats.PropsData.Builder addClasses(java.lang.String value)
          repeated string classes = 5;
 WireFormats.PropsData.Builder addClassesBytes(com.google.protobuf.ByteString value)
          repeated string classes = 5;
 WireFormats.PropsData build()
           
 WireFormats.PropsData buildPartial()
           
 WireFormats.PropsData.Builder clear()
           
 WireFormats.PropsData.Builder clearArgs()
          repeated bytes args = 4;
 WireFormats.PropsData.Builder clearClasses()
          repeated string classes = 5;
 WireFormats.PropsData.Builder clearClazz()
          required string clazz = 3;
 WireFormats.PropsData.Builder clearDeploy()
          required .DeployData deploy = 2;
 WireFormats.PropsData.Builder clone()
           
 com.google.protobuf.ByteString getArgs(int index)
          repeated bytes args = 4;
 int getArgsCount()
          repeated bytes args = 4;
 java.util.List<com.google.protobuf.ByteString> getArgsList()
          repeated bytes args = 4;
 java.lang.String getClasses(int index)
          repeated string classes = 5;
 com.google.protobuf.ByteString getClassesBytes(int index)
          repeated string classes = 5;
 int getClassesCount()
          repeated string classes = 5;
 java.util.List<java.lang.String> getClassesList()
          repeated string classes = 5;
 java.lang.String getClazz()
          required string clazz = 3;
 com.google.protobuf.ByteString getClazzBytes()
          required string clazz = 3;
 WireFormats.PropsData 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()
           
 boolean hasClazz()
          required string clazz = 3;
 boolean hasDeploy()
          required .DeployData deploy = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 WireFormats.PropsData.Builder mergeDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 WireFormats.PropsData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.PropsData.Builder mergeFrom(com.google.protobuf.Message other)
           
 WireFormats.PropsData.Builder setArgs(int index, com.google.protobuf.ByteString value)
          repeated bytes args = 4;
 WireFormats.PropsData.Builder setClasses(int index, java.lang.String value)
          repeated string classes = 5;
 WireFormats.PropsData.Builder setClazz(java.lang.String value)
          required string clazz = 3;
 WireFormats.PropsData.Builder setClazzBytes(com.google.protobuf.ByteString value)
          required string clazz = 3;
 WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
          required .DeployData deploy = 2;
 WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData value)
          required .DeployData deploy = 2;
 
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.PropsData.Builder clear()

clone

public WireFormats.PropsData.Builder clone()

getDescriptorForType

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

getDefaultInstanceForType

public WireFormats.PropsData getDefaultInstanceForType()

build

public WireFormats.PropsData build()

buildPartial

public WireFormats.PropsData buildPartial()

mergeFrom

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

isInitialized

public final boolean isInitialized()

mergeFrom

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

hasDeploy

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

Specified by:
hasDeploy in interface WireFormats.PropsDataOrBuilder

getDeploy

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

Specified by:
getDeploy in interface WireFormats.PropsDataOrBuilder

setDeploy

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


setDeploy

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


mergeDeploy

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


clearDeploy

public WireFormats.PropsData.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.PropsDataOrBuilder

hasClazz

public boolean hasClazz()
required string clazz = 3;

Specified by:
hasClazz in interface WireFormats.PropsDataOrBuilder

getClazz

public java.lang.String getClazz()
required string clazz = 3;

Specified by:
getClazz in interface WireFormats.PropsDataOrBuilder

getClazzBytes

public com.google.protobuf.ByteString getClazzBytes()
required string clazz = 3;

Specified by:
getClazzBytes in interface WireFormats.PropsDataOrBuilder

setClazz

public WireFormats.PropsData.Builder setClazz(java.lang.String value)
required string clazz = 3;


clearClazz

public WireFormats.PropsData.Builder clearClazz()
required string clazz = 3;


setClazzBytes

public WireFormats.PropsData.Builder setClazzBytes(com.google.protobuf.ByteString value)
required string clazz = 3;


getArgsList

public java.util.List<com.google.protobuf.ByteString> getArgsList()
repeated bytes args = 4;

Specified by:
getArgsList in interface WireFormats.PropsDataOrBuilder

getArgsCount

public int getArgsCount()
repeated bytes args = 4;

Specified by:
getArgsCount in interface WireFormats.PropsDataOrBuilder

getArgs

public com.google.protobuf.ByteString getArgs(int index)
repeated bytes args = 4;

Specified by:
getArgs in interface WireFormats.PropsDataOrBuilder

setArgs

public WireFormats.PropsData.Builder setArgs(int index,
                                             com.google.protobuf.ByteString value)
repeated bytes args = 4;


addArgs

public WireFormats.PropsData.Builder addArgs(com.google.protobuf.ByteString value)
repeated bytes args = 4;


addAllArgs

public WireFormats.PropsData.Builder addAllArgs(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes args = 4;


clearArgs

public WireFormats.PropsData.Builder clearArgs()
repeated bytes args = 4;


getClassesList

public java.util.List<java.lang.String> getClassesList()
repeated string classes = 5;

Specified by:
getClassesList in interface WireFormats.PropsDataOrBuilder

getClassesCount

public int getClassesCount()
repeated string classes = 5;

Specified by:
getClassesCount in interface WireFormats.PropsDataOrBuilder

getClasses

public java.lang.String getClasses(int index)
repeated string classes = 5;

Specified by:
getClasses in interface WireFormats.PropsDataOrBuilder

getClassesBytes

public com.google.protobuf.ByteString getClassesBytes(int index)
repeated string classes = 5;

Specified by:
getClassesBytes in interface WireFormats.PropsDataOrBuilder

setClasses

public WireFormats.PropsData.Builder setClasses(int index,
                                                java.lang.String value)
repeated string classes = 5;


addClasses

public WireFormats.PropsData.Builder addClasses(java.lang.String value)
repeated string classes = 5;


addAllClasses

public WireFormats.PropsData.Builder addAllClasses(java.lang.Iterable<java.lang.String> values)
repeated string classes = 5;


clearClasses

public WireFormats.PropsData.Builder clearClasses()
repeated string classes = 5;


addClassesBytes

public WireFormats.PropsData.Builder addClassesBytes(com.google.protobuf.ByteString value)
repeated string classes = 5;