public static final class Webswing.ParamMsgProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder> implements Webswing.ParamMsgProtoOrBuilder
org.webswing.server.model.proto.ParamMsgProto| Modifier and Type | Method and Description |
|---|---|
Webswing.ParamMsgProto |
build() |
Webswing.ParamMsgProto |
buildPartial() |
Webswing.ParamMsgProto.Builder |
clear() |
Webswing.ParamMsgProto.Builder |
clearName()
optional string name = 1; |
Webswing.ParamMsgProto.Builder |
clearValue()
optional string value = 2; |
Webswing.ParamMsgProto.Builder |
clone() |
Webswing.ParamMsgProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasValue()
optional string value = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Webswing.ParamMsgProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.ParamMsgProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.ParamMsgProto.Builder |
mergeFrom(Webswing.ParamMsgProto other) |
Webswing.ParamMsgProto.Builder |
setName(String value)
optional string name = 1; |
Webswing.ParamMsgProto.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
Webswing.ParamMsgProto.Builder |
setValue(String value)
optional string value = 2; |
Webswing.ParamMsgProto.Builder |
setValueBytes(com.google.protobuf.ByteString value)
optional string value = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder>public Webswing.ParamMsgProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder>public Webswing.ParamMsgProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder>public Webswing.ParamMsgProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.ParamMsgProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.ParamMsgProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.ParamMsgProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.ParamMsgProto.Builder>public Webswing.ParamMsgProto.Builder mergeFrom(Webswing.ParamMsgProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.ParamMsgProto.Builder>public Webswing.ParamMsgProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.ParamMsgProto.Builder>IOExceptionpublic boolean hasName()
optional string name = 1;hasName in interface Webswing.ParamMsgProtoOrBuilderpublic String getName()
optional string name = 1;getName in interface Webswing.ParamMsgProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface Webswing.ParamMsgProtoOrBuilderpublic Webswing.ParamMsgProto.Builder setName(String value)
optional string name = 1;public Webswing.ParamMsgProto.Builder clearName()
optional string name = 1;public Webswing.ParamMsgProto.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public boolean hasValue()
optional string value = 2;hasValue in interface Webswing.ParamMsgProtoOrBuilderpublic String getValue()
optional string value = 2;getValue in interface Webswing.ParamMsgProtoOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
optional string value = 2;getValueBytes in interface Webswing.ParamMsgProtoOrBuilderpublic Webswing.ParamMsgProto.Builder setValue(String value)
optional string value = 2;public Webswing.ParamMsgProto.Builder clearValue()
optional string value = 2;public Webswing.ParamMsgProto.Builder setValueBytes(com.google.protobuf.ByteString value)
optional string value = 2;Copyright © 2017. All rights reserved.