Package org.starcoin.types.event
Class VoteChangedEvent.Builder
- java.lang.Object
-
- org.starcoin.types.event.VoteChangedEvent.Builder
-
- Enclosing class:
- VoteChangedEvent
public static final class VoteChangedEvent.Builder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BooleanagreeLongproposal_idAccountAddressproposerBigIntegervoteAccountAddressvoter
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Field Detail
-
proposal_id
public Long proposal_id
-
voter
public AccountAddress voter
-
proposer
public AccountAddress proposer
-
agree
public Boolean agree
-
vote
public BigInteger vote
-
-
Method Detail
-
build
public VoteChangedEvent build()
-
-