public static final class Webswing.JsResultMsgProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<Webswing.JsResultMsgProto.Builder> implements Webswing.JsResultMsgProtoOrBuilder
org.webswing.server.model.proto.JsResultMsgProto| Modifier and Type | Method and Description |
|---|---|
Webswing.JsResultMsgProto |
build() |
Webswing.JsResultMsgProto |
buildPartial() |
Webswing.JsResultMsgProto.Builder |
clear() |
Webswing.JsResultMsgProto.Builder |
clearCorrelationId()
optional string correlationId = 1; |
Webswing.JsResultMsgProto.Builder |
clearError()
optional string error = 2; |
Webswing.JsResultMsgProto.Builder |
clearValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
Webswing.JsResultMsgProto.Builder |
clone() |
String |
getCorrelationId()
optional string correlationId = 1; |
com.google.protobuf.ByteString |
getCorrelationIdBytes()
optional string correlationId = 1; |
Webswing.JsResultMsgProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getError()
optional string error = 2; |
com.google.protobuf.ByteString |
getErrorBytes()
optional string error = 2; |
Webswing.JsParamMsgProto |
getValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
Webswing.JsParamMsgProto.Builder |
getValueBuilder()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
Webswing.JsParamMsgProtoOrBuilder |
getValueOrBuilder()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
boolean |
hasCorrelationId()
optional string correlationId = 1; |
boolean |
hasError()
optional string error = 2; |
boolean |
hasValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Webswing.JsResultMsgProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.JsResultMsgProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
Webswing.JsResultMsgProto.Builder |
mergeFrom(Webswing.JsResultMsgProto other) |
Webswing.JsResultMsgProto.Builder |
mergeValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
Webswing.JsResultMsgProto.Builder |
setCorrelationId(String value)
optional string correlationId = 1; |
Webswing.JsResultMsgProto.Builder |
setCorrelationIdBytes(com.google.protobuf.ByteString value)
optional string correlationId = 1; |
Webswing.JsResultMsgProto.Builder |
setError(String value)
optional string error = 2; |
Webswing.JsResultMsgProto.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
optional string error = 2; |
Webswing.JsResultMsgProto.Builder |
setValue(Webswing.JsParamMsgProto.Builder builderForValue)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
Webswing.JsResultMsgProto.Builder |
setValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3; |
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.JsResultMsgProto.Builder>public Webswing.JsResultMsgProto.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.JsResultMsgProto.Builder>public Webswing.JsResultMsgProto.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.JsResultMsgProto.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.JsResultMsgProto.Builder>public Webswing.JsResultMsgProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Webswing.JsResultMsgProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Webswing.JsResultMsgProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Webswing.JsResultMsgProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Webswing.JsResultMsgProto.Builder>public Webswing.JsResultMsgProto.Builder mergeFrom(Webswing.JsResultMsgProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Webswing.JsResultMsgProto.Builder>public Webswing.JsResultMsgProto.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.JsResultMsgProto.Builder>IOExceptionpublic boolean hasCorrelationId()
optional string correlationId = 1;hasCorrelationId in interface Webswing.JsResultMsgProtoOrBuilderpublic String getCorrelationId()
optional string correlationId = 1;getCorrelationId in interface Webswing.JsResultMsgProtoOrBuilderpublic com.google.protobuf.ByteString getCorrelationIdBytes()
optional string correlationId = 1;getCorrelationIdBytes in interface Webswing.JsResultMsgProtoOrBuilderpublic Webswing.JsResultMsgProto.Builder setCorrelationId(String value)
optional string correlationId = 1;public Webswing.JsResultMsgProto.Builder clearCorrelationId()
optional string correlationId = 1;public Webswing.JsResultMsgProto.Builder setCorrelationIdBytes(com.google.protobuf.ByteString value)
optional string correlationId = 1;public boolean hasError()
optional string error = 2;hasError in interface Webswing.JsResultMsgProtoOrBuilderpublic String getError()
optional string error = 2;getError in interface Webswing.JsResultMsgProtoOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
optional string error = 2;getErrorBytes in interface Webswing.JsResultMsgProtoOrBuilderpublic Webswing.JsResultMsgProto.Builder setError(String value)
optional string error = 2;public Webswing.JsResultMsgProto.Builder clearError()
optional string error = 2;public Webswing.JsResultMsgProto.Builder setErrorBytes(com.google.protobuf.ByteString value)
optional string error = 2;public boolean hasValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;hasValue in interface Webswing.JsResultMsgProtoOrBuilderpublic Webswing.JsParamMsgProto getValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;getValue in interface Webswing.JsResultMsgProtoOrBuilderpublic Webswing.JsResultMsgProto.Builder setValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;public Webswing.JsResultMsgProto.Builder setValue(Webswing.JsParamMsgProto.Builder builderForValue)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;public Webswing.JsResultMsgProto.Builder mergeValue(Webswing.JsParamMsgProto value)
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;public Webswing.JsResultMsgProto.Builder clearValue()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;public Webswing.JsParamMsgProto.Builder getValueBuilder()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;public Webswing.JsParamMsgProtoOrBuilder getValueOrBuilder()
optional .org.webswing.server.model.proto.JsParamMsgProto value = 3;getValueOrBuilder in interface Webswing.JsResultMsgProtoOrBuilderCopyright © 2018. All rights reserved.