public static final class ElectionContract.CandidateVote.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder> implements ElectionContract.CandidateVoteOrBuilder
CandidateVotegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ElectionContract.CandidateVote build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ElectionContract.CandidateVote buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ElectionContract.CandidateVote.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder mergeFrom(ElectionContract.CandidateVote other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public ElectionContract.CandidateVote.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ElectionContract.CandidateVote.Builder>IOExceptionpublic List<Client.Hash> getObtainedActiveVotingRecordIdsList()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public int getObtainedActiveVotingRecordIdsCount()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public Client.Hash getObtainedActiveVotingRecordIds(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder setObtainedActiveVotingRecordIds(int index, Client.Hash value)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder setObtainedActiveVotingRecordIds(int index, Client.Hash.Builder builderForValue)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecordIds(Client.Hash value)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecordIds(int index, Client.Hash value)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecordIds(Client.Hash.Builder builderForValue)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecordIds(int index, Client.Hash.Builder builderForValue)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder addAllObtainedActiveVotingRecordIds(Iterable<? extends Client.Hash> values)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder clearObtainedActiveVotingRecordIds()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public ElectionContract.CandidateVote.Builder removeObtainedActiveVotingRecordIds(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public Client.Hash.Builder getObtainedActiveVotingRecordIdsBuilder(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public Client.HashOrBuilder getObtainedActiveVotingRecordIdsOrBuilder(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public List<? extends Client.HashOrBuilder> getObtainedActiveVotingRecordIdsOrBuilderList()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public Client.Hash.Builder addObtainedActiveVotingRecordIdsBuilder()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public Client.Hash.Builder addObtainedActiveVotingRecordIdsBuilder(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public List<Client.Hash.Builder> getObtainedActiveVotingRecordIdsBuilderList()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;public List<Client.Hash> getObtainedWithdrawnVotingRecordIdsList()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public int getObtainedWithdrawnVotingRecordIdsCount()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public Client.Hash getObtainedWithdrawnVotingRecordIds(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder setObtainedWithdrawnVotingRecordIds(int index, Client.Hash value)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder setObtainedWithdrawnVotingRecordIds(int index, Client.Hash.Builder builderForValue)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotingRecordIds(Client.Hash value)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotingRecordIds(int index, Client.Hash value)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotingRecordIds(Client.Hash.Builder builderForValue)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotingRecordIds(int index, Client.Hash.Builder builderForValue)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder addAllObtainedWithdrawnVotingRecordIds(Iterable<? extends Client.Hash> values)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder clearObtainedWithdrawnVotingRecordIds()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public ElectionContract.CandidateVote.Builder removeObtainedWithdrawnVotingRecordIds(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public Client.Hash.Builder getObtainedWithdrawnVotingRecordIdsBuilder(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public Client.HashOrBuilder getObtainedWithdrawnVotingRecordIdsOrBuilder(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public List<? extends Client.HashOrBuilder> getObtainedWithdrawnVotingRecordIdsOrBuilderList()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public Client.Hash.Builder addObtainedWithdrawnVotingRecordIdsBuilder()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public Client.Hash.Builder addObtainedWithdrawnVotingRecordIdsBuilder(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public List<Client.Hash.Builder> getObtainedWithdrawnVotingRecordIdsBuilderList()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;public long getObtainedActiveVotedVotesAmount()
The total number of active votes obtained.
int64 obtained_active_voted_votes_amount = 3;getObtainedActiveVotedVotesAmount 在接口中 ElectionContract.CandidateVoteOrBuilderpublic ElectionContract.CandidateVote.Builder setObtainedActiveVotedVotesAmount(long value)
The total number of active votes obtained.
int64 obtained_active_voted_votes_amount = 3;value - The obtainedActiveVotedVotesAmount to set.public ElectionContract.CandidateVote.Builder clearObtainedActiveVotedVotesAmount()
The total number of active votes obtained.
int64 obtained_active_voted_votes_amount = 3;public long getAllObtainedVotedVotesAmount()
The total number of votes obtained.
int64 all_obtained_voted_votes_amount = 4;getAllObtainedVotedVotesAmount 在接口中 ElectionContract.CandidateVoteOrBuilderpublic ElectionContract.CandidateVote.Builder setAllObtainedVotedVotesAmount(long value)
The total number of votes obtained.
int64 all_obtained_voted_votes_amount = 4;value - The allObtainedVotedVotesAmount to set.public ElectionContract.CandidateVote.Builder clearAllObtainedVotedVotesAmount()
The total number of votes obtained.
int64 all_obtained_voted_votes_amount = 4;public List<ElectionContract.ElectionVotingRecord> getObtainedActiveVotingRecordsList()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public int getObtainedActiveVotingRecordsCount()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.ElectionVotingRecord getObtainedActiveVotingRecords(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder setObtainedActiveVotingRecords(int index, ElectionContract.ElectionVotingRecord value)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder setObtainedActiveVotingRecords(int index, ElectionContract.ElectionVotingRecord.Builder builderForValue)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecords(ElectionContract.ElectionVotingRecord value)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecords(int index, ElectionContract.ElectionVotingRecord value)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecords(ElectionContract.ElectionVotingRecord.Builder builderForValue)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder addObtainedActiveVotingRecords(int index, ElectionContract.ElectionVotingRecord.Builder builderForValue)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder addAllObtainedActiveVotingRecords(Iterable<? extends ElectionContract.ElectionVotingRecord> values)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder clearObtainedActiveVotingRecords()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.CandidateVote.Builder removeObtainedActiveVotingRecords(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.ElectionVotingRecord.Builder getObtainedActiveVotingRecordsBuilder(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.ElectionVotingRecordOrBuilder getObtainedActiveVotingRecordsOrBuilder(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getObtainedActiveVotingRecordsOrBuilderList()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.ElectionVotingRecord.Builder addObtainedActiveVotingRecordsBuilder()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public ElectionContract.ElectionVotingRecord.Builder addObtainedActiveVotingRecordsBuilder(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public List<ElectionContract.ElectionVotingRecord.Builder> getObtainedActiveVotingRecordsBuilderList()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;public List<ElectionContract.ElectionVotingRecord> getObtainedWithdrawnVotesRecordsList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public int getObtainedWithdrawnVotesRecordsCount()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.ElectionVotingRecord getObtainedWithdrawnVotesRecords(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder setObtainedWithdrawnVotesRecords(int index, ElectionContract.ElectionVotingRecord value)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder setObtainedWithdrawnVotesRecords(int index, ElectionContract.ElectionVotingRecord.Builder builderForValue)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotesRecords(ElectionContract.ElectionVotingRecord value)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotesRecords(int index, ElectionContract.ElectionVotingRecord value)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotesRecords(ElectionContract.ElectionVotingRecord.Builder builderForValue)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder addObtainedWithdrawnVotesRecords(int index, ElectionContract.ElectionVotingRecord.Builder builderForValue)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder addAllObtainedWithdrawnVotesRecords(Iterable<? extends ElectionContract.ElectionVotingRecord> values)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder clearObtainedWithdrawnVotesRecords()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.CandidateVote.Builder removeObtainedWithdrawnVotesRecords(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.ElectionVotingRecord.Builder getObtainedWithdrawnVotesRecordsBuilder(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.ElectionVotingRecordOrBuilder getObtainedWithdrawnVotesRecordsOrBuilder(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getObtainedWithdrawnVotesRecordsOrBuilderList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.ElectionVotingRecord.Builder addObtainedWithdrawnVotesRecordsBuilder()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public ElectionContract.ElectionVotingRecord.Builder addObtainedWithdrawnVotesRecordsBuilder(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public List<ElectionContract.ElectionVotingRecord.Builder> getObtainedWithdrawnVotesRecordsBuilderList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;public com.google.protobuf.ByteString getPubkey()
Public key for candidate.
bytes pubkey = 7;getPubkey 在接口中 ElectionContract.CandidateVoteOrBuilderpublic ElectionContract.CandidateVote.Builder setPubkey(com.google.protobuf.ByteString value)
Public key for candidate.
bytes pubkey = 7;value - The pubkey to set.public ElectionContract.CandidateVote.Builder clearPubkey()
Public key for candidate.
bytes pubkey = 7;public final ElectionContract.CandidateVote.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>public final ElectionContract.CandidateVote.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ElectionContract.CandidateVote.Builder>Copyright © 2020. All rights reserved.