public static interface SolrProtocol.ParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getValue(int index)
repeated string value = 2;
string[]
|
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 2;
string[]
|
int |
getValueCount()
repeated string value = 2;
string[]
|
List<String> |
getValueList()
repeated string value = 2;
string[]
|
boolean |
hasKey()
required string key = 1; |
boolean hasKey()
required string key = 1;String getKey()
required string key = 1;com.google.protobuf.ByteString getKeyBytes()
required string key = 1;int getValueCount()
repeated string value = 2;
string[]
String getValue(int index)
repeated string value = 2;
string[]
com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;
string[]
Copyright © 2016 vootoo. All rights reserved.