public static interface ParliamentAuthContract.ProposalIdListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getProposalIds(int index)
The list of proposal ids.
|
int |
getProposalIdsCount()
The list of proposal ids.
|
List<Client.Hash> |
getProposalIdsList()
The list of proposal ids.
|
Client.HashOrBuilder |
getProposalIdsOrBuilder(int index)
The list of proposal ids.
|
List<? extends Client.HashOrBuilder> |
getProposalIdsOrBuilderList()
The list of proposal ids.
|
List<Client.Hash> getProposalIdsList()
The list of proposal ids.
repeated .Hash proposal_ids = 1;Client.Hash getProposalIds(int index)
The list of proposal ids.
repeated .Hash proposal_ids = 1;int getProposalIdsCount()
The list of proposal ids.
repeated .Hash proposal_ids = 1;List<? extends Client.HashOrBuilder> getProposalIdsOrBuilderList()
The list of proposal ids.
repeated .Hash proposal_ids = 1;Client.HashOrBuilder getProposalIdsOrBuilder(int index)
The list of proposal ids.
repeated .Hash proposal_ids = 1;Copyright © 2020. All rights reserved.