public static interface ElectionContract.ElectionVotingRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAmount()
sint64 amount = 3; |
String |
getCandidate()
string candidate = 2; |
com.google.protobuf.ByteString |
getCandidateBytes()
string candidate = 2; |
boolean |
getIsChangeTarget()
bool is_change_target = 15; |
boolean |
getIsWithdrawn()
bool is_withdrawn = 13; |
long |
getLockTime()
sint64 lock_time = 7; |
long |
getTermNumber()
sint64 term_number = 4; |
com.google.protobuf.Timestamp |
getUnlockTimestamp()
.google.protobuf.Timestamp unlock_timestamp = 10; |
com.google.protobuf.TimestampOrBuilder |
getUnlockTimestampOrBuilder()
.google.protobuf.Timestamp unlock_timestamp = 10; |
Client.Hash |
getVoteId()
.Hash vote_id = 5; |
Client.HashOrBuilder |
getVoteIdOrBuilder()
.Hash vote_id = 5; |
Client.Address |
getVoter()
.Address voter = 1; |
Client.AddressOrBuilder |
getVoterOrBuilder()
.Address voter = 1; |
com.google.protobuf.Timestamp |
getVoteTimestamp()
.google.protobuf.Timestamp vote_timestamp = 12; |
com.google.protobuf.TimestampOrBuilder |
getVoteTimestampOrBuilder()
.google.protobuf.Timestamp vote_timestamp = 12; |
long |
getWeight()
sint64 weight = 14; |
com.google.protobuf.Timestamp |
getWithdrawTimestamp()
.google.protobuf.Timestamp withdraw_timestamp = 11; |
com.google.protobuf.TimestampOrBuilder |
getWithdrawTimestampOrBuilder()
.google.protobuf.Timestamp withdraw_timestamp = 11; |
boolean |
hasUnlockTimestamp()
.google.protobuf.Timestamp unlock_timestamp = 10; |
boolean |
hasVoteId()
.Hash vote_id = 5; |
boolean |
hasVoter()
.Address voter = 1; |
boolean |
hasVoteTimestamp()
.google.protobuf.Timestamp vote_timestamp = 12; |
boolean |
hasWithdrawTimestamp()
.google.protobuf.Timestamp withdraw_timestamp = 11; |
boolean hasVoter()
.Address voter = 1;Client.Address getVoter()
.Address voter = 1;Client.AddressOrBuilder getVoterOrBuilder()
.Address voter = 1;String getCandidate()
string candidate = 2;com.google.protobuf.ByteString getCandidateBytes()
string candidate = 2;long getAmount()
sint64 amount = 3;long getTermNumber()
sint64 term_number = 4;boolean hasVoteId()
.Hash vote_id = 5;Client.Hash getVoteId()
.Hash vote_id = 5;Client.HashOrBuilder getVoteIdOrBuilder()
.Hash vote_id = 5;long getLockTime()
sint64 lock_time = 7;boolean hasUnlockTimestamp()
.google.protobuf.Timestamp unlock_timestamp = 10;com.google.protobuf.Timestamp getUnlockTimestamp()
.google.protobuf.Timestamp unlock_timestamp = 10;com.google.protobuf.TimestampOrBuilder getUnlockTimestampOrBuilder()
.google.protobuf.Timestamp unlock_timestamp = 10;boolean hasWithdrawTimestamp()
.google.protobuf.Timestamp withdraw_timestamp = 11;com.google.protobuf.Timestamp getWithdrawTimestamp()
.google.protobuf.Timestamp withdraw_timestamp = 11;com.google.protobuf.TimestampOrBuilder getWithdrawTimestampOrBuilder()
.google.protobuf.Timestamp withdraw_timestamp = 11;boolean hasVoteTimestamp()
.google.protobuf.Timestamp vote_timestamp = 12;com.google.protobuf.Timestamp getVoteTimestamp()
.google.protobuf.Timestamp vote_timestamp = 12;com.google.protobuf.TimestampOrBuilder getVoteTimestampOrBuilder()
.google.protobuf.Timestamp vote_timestamp = 12;boolean getIsWithdrawn()
bool is_withdrawn = 13;long getWeight()
sint64 weight = 14;boolean getIsChangeTarget()
bool is_change_target = 15;Copyright © 2020. All rights reserved.