public static interface TokenContract.TokenInfoListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
TokenContract.TokenInfo |
getValue(int index)
List of token information.
|
int |
getValueCount()
List of token information.
|
List<TokenContract.TokenInfo> |
getValueList()
List of token information.
|
TokenContract.TokenInfoOrBuilder |
getValueOrBuilder(int index)
List of token information.
|
List<? extends TokenContract.TokenInfoOrBuilder> |
getValueOrBuilderList()
List of token information.
|
List<TokenContract.TokenInfo> getValueList()
List of token information.
repeated .TokenInfo value = 1;TokenContract.TokenInfo getValue(int index)
List of token information.
repeated .TokenInfo value = 1;int getValueCount()
List of token information.
repeated .TokenInfo value = 1;List<? extends TokenContract.TokenInfoOrBuilder> getValueOrBuilderList()
List of token information.
repeated .TokenInfo value = 1;TokenContract.TokenInfoOrBuilder getValueOrBuilder(int index)
List of token information.
repeated .TokenInfo value = 1;Copyright © 2020. All rights reserved.