public static final class JrzProtos.Status.Environment.Builder extends com.google.protobuf.GeneratedMessage.Builder<JrzProtos.Status.Environment.Builder> implements JrzProtos.Status.EnvironmentOrBuilder
Status.Environment| Modifier and Type | Method and Description |
|---|---|
JrzProtos.Status.Environment |
build() |
JrzProtos.Status.Environment |
buildPartial() |
JrzProtos.Status.Environment.Builder |
clear() |
JrzProtos.Status.Environment.Builder |
clearKey()
required string key = 1; |
JrzProtos.Status.Environment.Builder |
clearValue()
required string value = 2; |
JrzProtos.Status.Environment.Builder |
clone() |
JrzProtos.Status.Environment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getValue()
required string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required string value = 2; |
boolean |
isInitialized() |
JrzProtos.Status.Environment.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
JrzProtos.Status.Environment.Builder |
mergeFrom(JrzProtos.Status.Environment other) |
JrzProtos.Status.Environment.Builder |
mergeFrom(com.google.protobuf.Message other) |
JrzProtos.Status.Environment.Builder |
setKey(String value)
required string key = 1; |
JrzProtos.Status.Environment.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1; |
JrzProtos.Status.Environment.Builder |
setValue(String value)
required string value = 2; |
JrzProtos.Status.Environment.Builder |
setValueBytes(com.google.protobuf.ByteString value)
required string value = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, mergeUnknownFields, newBuilderForField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrompublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public JrzProtos.Status.Environment.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<JrzProtos.Status.Environment.Builder>public JrzProtos.Status.Environment.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<JrzProtos.Status.Environment.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<JrzProtos.Status.Environment.Builder>public JrzProtos.Status.Environment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic JrzProtos.Status.Environment build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic JrzProtos.Status.Environment buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic JrzProtos.Status.Environment.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<JrzProtos.Status.Environment.Builder>public JrzProtos.Status.Environment.Builder mergeFrom(JrzProtos.Status.Environment other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<JrzProtos.Status.Environment.Builder>public JrzProtos.Status.Environment.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<JrzProtos.Status.Environment.Builder>IOExceptionpublic boolean hasKey()
required string key = 1;hasKey in interface JrzProtos.Status.EnvironmentOrBuilderpublic String getKey()
required string key = 1;getKey in interface JrzProtos.Status.EnvironmentOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes in interface JrzProtos.Status.EnvironmentOrBuilderpublic JrzProtos.Status.Environment.Builder setKey(String value)
required string key = 1;public JrzProtos.Status.Environment.Builder clearKey()
required string key = 1;public JrzProtos.Status.Environment.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;public boolean hasValue()
required string value = 2;hasValue in interface JrzProtos.Status.EnvironmentOrBuilderpublic String getValue()
required string value = 2;getValue in interface JrzProtos.Status.EnvironmentOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
required string value = 2;getValueBytes in interface JrzProtos.Status.EnvironmentOrBuilderpublic JrzProtos.Status.Environment.Builder setValue(String value)
required string value = 2;public JrzProtos.Status.Environment.Builder clearValue()
required string value = 2;public JrzProtos.Status.Environment.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 2;Copyright © 2014. All rights reserved.