public class VestingDelegation extends Object
| Modifier and Type | Method and Description |
|---|---|
AccountName |
getDelegatee() |
AccountName |
getDelegator() |
long |
getId() |
TimePointSec |
getMinDelegationTime() |
Asset |
getVestingShares() |
void |
setDelegatee(AccountName delegatee) |
void |
setDelegator(AccountName delegator) |
void |
setId(long id) |
void |
setMinDelegationTime(TimePointSec minDelegationTime) |
void |
setVestingShares(Asset vestingShares) |
String |
toString() |
public long getId()
public void setId(long id)
id - the id to setpublic AccountName getDelegator()
public void setDelegator(AccountName delegator)
delegator - the delegator to setpublic AccountName getDelegatee()
public void setDelegatee(AccountName delegatee)
delegatee - the delegatee to setpublic Asset getVestingShares()
public void setVestingShares(Asset vestingShares)
vestingShares - the vestingShares to setpublic TimePointSec getMinDelegationTime()
public void setMinDelegationTime(TimePointSec minDelegationTime)
minDelegationTime - the minDelegationTime to setCopyright © 2019. All rights reserved.