public static interface ElectionContract.GetPageableCandidateInformationOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ElectionContract.CandidateDetail |
getValue(int index)
The details of the candidates.
|
int |
getValueCount()
The details of the candidates.
|
List<ElectionContract.CandidateDetail> |
getValueList()
The details of the candidates.
|
ElectionContract.CandidateDetailOrBuilder |
getValueOrBuilder(int index)
The details of the candidates.
|
List<? extends ElectionContract.CandidateDetailOrBuilder> |
getValueOrBuilderList()
The details of the candidates.
|
List<ElectionContract.CandidateDetail> getValueList()
The details of the candidates.
repeated .CandidateDetail value = 1;ElectionContract.CandidateDetail getValue(int index)
The details of the candidates.
repeated .CandidateDetail value = 1;int getValueCount()
The details of the candidates.
repeated .CandidateDetail value = 1;List<? extends ElectionContract.CandidateDetailOrBuilder> getValueOrBuilderList()
The details of the candidates.
repeated .CandidateDetail value = 1;ElectionContract.CandidateDetailOrBuilder getValueOrBuilder(int index)
The details of the candidates.
repeated .CandidateDetail value = 1;Copyright © 2020. All rights reserved.