public static final class SolrProtocol.KeyValue.Builder extends com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder> implements SolrProtocol.KeyValueOrBuilder
org.vootoo.client.netty.protocol.KeyValue| 限定符和类型 | 方法和说明 |
|---|---|
SolrProtocol.KeyValue |
build() |
SolrProtocol.KeyValue |
buildPartial() |
SolrProtocol.KeyValue.Builder |
clear() |
SolrProtocol.KeyValue.Builder |
clearKey()
required string key = 1; |
SolrProtocol.KeyValue.Builder |
clearValue()
required string value = 2; |
SolrProtocol.KeyValue.Builder |
clone() |
SolrProtocol.KeyValue |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SolrProtocol.KeyValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SolrProtocol.KeyValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
SolrProtocol.KeyValue.Builder |
mergeFrom(SolrProtocol.KeyValue other) |
SolrProtocol.KeyValue.Builder |
setKey(String value)
required string key = 1; |
SolrProtocol.KeyValue.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1; |
SolrProtocol.KeyValue.Builder |
setValue(String value)
required string value = 2; |
SolrProtocol.KeyValue.Builder |
setValueBytes(com.google.protobuf.ByteString value)
required string value = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldspublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder>public SolrProtocol.KeyValue.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder>public SolrProtocol.KeyValue.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder>public SolrProtocol.KeyValue getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic SolrProtocol.KeyValue build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic SolrProtocol.KeyValue buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic SolrProtocol.KeyValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SolrProtocol.KeyValue.Builder>public SolrProtocol.KeyValue.Builder mergeFrom(SolrProtocol.KeyValue other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<SolrProtocol.KeyValue.Builder>public SolrProtocol.KeyValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<SolrProtocol.KeyValue.Builder>IOExceptionpublic boolean hasKey()
required string key = 1;hasKey 在接口中 SolrProtocol.KeyValueOrBuilderpublic String getKey()
required string key = 1;getKey 在接口中 SolrProtocol.KeyValueOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes 在接口中 SolrProtocol.KeyValueOrBuilderpublic SolrProtocol.KeyValue.Builder setKey(String value)
required string key = 1;public SolrProtocol.KeyValue.Builder clearKey()
required string key = 1;public SolrProtocol.KeyValue.Builder setKeyBytes(com.google.protobuf.ByteString value)
required string key = 1;public boolean hasValue()
required string value = 2;hasValue 在接口中 SolrProtocol.KeyValueOrBuilderpublic String getValue()
required string value = 2;getValue 在接口中 SolrProtocol.KeyValueOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
required string value = 2;getValueBytes 在接口中 SolrProtocol.KeyValueOrBuilderpublic SolrProtocol.KeyValue.Builder setValue(String value)
required string value = 2;public SolrProtocol.KeyValue.Builder clearValue()
required string value = 2;public SolrProtocol.KeyValue.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 2;Copyright © 2016 vootoo. All rights reserved.