public static interface ElectionContract.CandidateDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ElectionContract.CandidateInformation |
getCandidateInformation()
The candidate information.
|
ElectionContract.CandidateInformationOrBuilder |
getCandidateInformationOrBuilder()
The candidate information.
|
long |
getObtainedVotesAmount()
The number of votes a candidate has obtained.
|
boolean |
hasCandidateInformation()
The candidate information.
|
boolean hasCandidateInformation()
The candidate information.
.CandidateInformation candidate_information = 1;ElectionContract.CandidateInformation getCandidateInformation()
The candidate information.
.CandidateInformation candidate_information = 1;ElectionContract.CandidateInformationOrBuilder getCandidateInformationOrBuilder()
The candidate information.
.CandidateInformation candidate_information = 1;long getObtainedVotesAmount()
The number of votes a candidate has obtained.
int64 obtained_votes_amount = 2;Copyright © 2020. All rights reserved.