public static interface VoteContract.VotingRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAmount()
The amount of vote.
|
boolean |
getIsChangeTarget()
Whether vote others.
|
boolean |
getIsWithdrawn()
Whether the vote had been withdrawn.
|
String |
getOption()
The option voted.
|
com.google.protobuf.ByteString |
getOptionBytes()
The option voted.
|
long |
getSnapshotNumber()
The snapshot number.
|
Client.Address |
getVoter()
The address of voter.
|
Client.AddressOrBuilder |
getVoterOrBuilder()
The address of voter.
|
com.google.protobuf.Timestamp |
getVoteTimestamp()
The time of vote.
|
com.google.protobuf.TimestampOrBuilder |
getVoteTimestampOrBuilder()
The time of vote.
|
Client.Hash |
getVotingItemId()
The voting activity id.
|
Client.HashOrBuilder |
getVotingItemIdOrBuilder()
The voting activity id.
|
com.google.protobuf.Timestamp |
getWithdrawTimestamp()
The time of withdraw.
|
com.google.protobuf.TimestampOrBuilder |
getWithdrawTimestampOrBuilder()
The time of withdraw.
|
boolean |
hasVoter()
The address of voter.
|
boolean |
hasVoteTimestamp()
The time of vote.
|
boolean |
hasVotingItemId()
The voting activity id.
|
boolean |
hasWithdrawTimestamp()
The time of withdraw.
|
boolean hasVotingItemId()
The voting activity id.
.Hash voting_item_id = 1;Client.Hash getVotingItemId()
The voting activity id.
.Hash voting_item_id = 1;Client.HashOrBuilder getVotingItemIdOrBuilder()
The voting activity id.
.Hash voting_item_id = 1;boolean hasVoter()
The address of voter.
.Address voter = 2;Client.Address getVoter()
The address of voter.
.Address voter = 2;Client.AddressOrBuilder getVoterOrBuilder()
The address of voter.
.Address voter = 2;long getSnapshotNumber()
The snapshot number.
int64 snapshot_number = 3;long getAmount()
The amount of vote.
int64 amount = 4;boolean hasWithdrawTimestamp()
The time of withdraw.
.google.protobuf.Timestamp withdraw_timestamp = 5;com.google.protobuf.Timestamp getWithdrawTimestamp()
The time of withdraw.
.google.protobuf.Timestamp withdraw_timestamp = 5;com.google.protobuf.TimestampOrBuilder getWithdrawTimestampOrBuilder()
The time of withdraw.
.google.protobuf.Timestamp withdraw_timestamp = 5;boolean hasVoteTimestamp()
The time of vote.
.google.protobuf.Timestamp vote_timestamp = 6;com.google.protobuf.Timestamp getVoteTimestamp()
The time of vote.
.google.protobuf.Timestamp vote_timestamp = 6;com.google.protobuf.TimestampOrBuilder getVoteTimestampOrBuilder()
The time of vote.
.google.protobuf.Timestamp vote_timestamp = 6;boolean getIsWithdrawn()
Whether the vote had been withdrawn.
bool is_withdrawn = 7;String getOption()
The option voted.
string option = 8;com.google.protobuf.ByteString getOptionBytes()
The option voted.
string option = 8;boolean getIsChangeTarget()
Whether vote others.
bool is_change_target = 9;Copyright © 2020. All rights reserved.