public static interface VoteContract.GetVotingRecordsInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getIds(int index)
The vote ids.
|
int |
getIdsCount()
The vote ids.
|
List<Client.Hash> |
getIdsList()
The vote ids.
|
Client.HashOrBuilder |
getIdsOrBuilder(int index)
The vote ids.
|
List<? extends Client.HashOrBuilder> |
getIdsOrBuilderList()
The vote ids.
|
List<Client.Hash> getIdsList()
The vote ids.
repeated .Hash ids = 1;Client.Hash getIds(int index)
The vote ids.
repeated .Hash ids = 1;int getIdsCount()
The vote ids.
repeated .Hash ids = 1;List<? extends Client.HashOrBuilder> getIdsOrBuilderList()
The vote ids.
repeated .Hash ids = 1;Client.HashOrBuilder getIdsOrBuilder(int index)
The vote ids.
repeated .Hash ids = 1;Copyright © 2020. All rights reserved.