|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.WireFormats.PropsData.Builder
public static final class WireFormats.PropsData.Builder
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 |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public WireFormats.PropsData.Builder clear()
public WireFormats.PropsData.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public WireFormats.PropsData getDefaultInstanceForType()
public WireFormats.PropsData build()
public WireFormats.PropsData buildPartial()
public WireFormats.PropsData.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public WireFormats.PropsData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasDeploy()
required .DeployData deploy = 2;
hasDeploy
in interface WireFormats.PropsDataOrBuilder
public WireFormats.DeployData getDeploy()
required .DeployData deploy = 2;
getDeploy
in interface WireFormats.PropsDataOrBuilder
public WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;
public WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue)
required .DeployData deploy = 2;
public WireFormats.PropsData.Builder mergeDeploy(WireFormats.DeployData value)
required .DeployData deploy = 2;
public WireFormats.PropsData.Builder clearDeploy()
required .DeployData deploy = 2;
public WireFormats.DeployData.Builder getDeployBuilder()
required .DeployData deploy = 2;
public WireFormats.DeployDataOrBuilder getDeployOrBuilder()
required .DeployData deploy = 2;
getDeployOrBuilder
in interface WireFormats.PropsDataOrBuilder
public boolean hasClazz()
required string clazz = 3;
hasClazz
in interface WireFormats.PropsDataOrBuilder
public java.lang.String getClazz()
required string clazz = 3;
getClazz
in interface WireFormats.PropsDataOrBuilder
public com.google.protobuf.ByteString getClazzBytes()
required string clazz = 3;
getClazzBytes
in interface WireFormats.PropsDataOrBuilder
public WireFormats.PropsData.Builder setClazz(java.lang.String value)
required string clazz = 3;
public WireFormats.PropsData.Builder clearClazz()
required string clazz = 3;
public WireFormats.PropsData.Builder setClazzBytes(com.google.protobuf.ByteString value)
required string clazz = 3;
public java.util.List<com.google.protobuf.ByteString> getArgsList()
repeated bytes args = 4;
getArgsList
in interface WireFormats.PropsDataOrBuilder
public int getArgsCount()
repeated bytes args = 4;
getArgsCount
in interface WireFormats.PropsDataOrBuilder
public com.google.protobuf.ByteString getArgs(int index)
repeated bytes args = 4;
getArgs
in interface WireFormats.PropsDataOrBuilder
public WireFormats.PropsData.Builder setArgs(int index, com.google.protobuf.ByteString value)
repeated bytes args = 4;
public WireFormats.PropsData.Builder addArgs(com.google.protobuf.ByteString value)
repeated bytes args = 4;
public WireFormats.PropsData.Builder addAllArgs(java.lang.Iterable<? extends com.google.protobuf.ByteString> values)
repeated bytes args = 4;
public WireFormats.PropsData.Builder clearArgs()
repeated bytes args = 4;
public java.util.List<java.lang.String> getClassesList()
repeated string classes = 5;
getClassesList
in interface WireFormats.PropsDataOrBuilder
public int getClassesCount()
repeated string classes = 5;
getClassesCount
in interface WireFormats.PropsDataOrBuilder
public java.lang.String getClasses(int index)
repeated string classes = 5;
getClasses
in interface WireFormats.PropsDataOrBuilder
public com.google.protobuf.ByteString getClassesBytes(int index)
repeated string classes = 5;
getClassesBytes
in interface WireFormats.PropsDataOrBuilder
public WireFormats.PropsData.Builder setClasses(int index, java.lang.String value)
repeated string classes = 5;
public WireFormats.PropsData.Builder addClasses(java.lang.String value)
repeated string classes = 5;
public WireFormats.PropsData.Builder addAllClasses(java.lang.Iterable<java.lang.String> values)
repeated string classes = 5;
public WireFormats.PropsData.Builder clearClasses()
repeated string classes = 5;
public WireFormats.PropsData.Builder addClassesBytes(com.google.protobuf.ByteString value)
repeated string classes = 5;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |