public static interface DictProtocol.DstDictOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKeys(int index)
repeated string keys = 1; |
com.google.protobuf.ByteString |
getKeysBytes(int index)
repeated string keys = 1; |
int |
getKeysCount()
repeated string keys = 1; |
List<String> |
getKeysList()
repeated string keys = 1; |
String |
getValues(int index)
repeated string values = 2; |
com.google.protobuf.ByteString |
getValuesBytes(int index)
repeated string values = 2; |
int |
getValuesCount()
repeated string values = 2; |
List<String> |
getValuesList()
repeated string values = 2; |
int getKeysCount()
repeated string keys = 1;String getKeys(int index)
repeated string keys = 1;com.google.protobuf.ByteString getKeysBytes(int index)
repeated string keys = 1;int getValuesCount()
repeated string values = 2;String getValues(int index)
repeated string values = 2;com.google.protobuf.ByteString getValuesBytes(int index)
repeated string values = 2;Copyright © 2019. All rights reserved.