public class VestingDelegationExpiration extends Object
| Modifier and Type | Method and Description |
|---|---|
AccountName |
getDelegator() |
TimePointSec |
getExpiration() |
long |
getId() |
Asset |
getVestingShares() |
void |
setDelegator(AccountName delegator) |
void |
setExpiration(TimePointSec expiration) |
void |
setId(long id) |
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 Asset getVestingShares()
public void setVestingShares(Asset vestingShares)
vestingShares - the vestingShares to setpublic TimePointSec getExpiration()
public void setExpiration(TimePointSec expiration)
expiration - the expiration to setCopyright © 2019. All rights reserved.