public static final class AccountRestrictions.PhasingOnly
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static AccountRestrictions.PhasingOnly | get(long accountId) | 
| long | getAccountId() | 
| static DbIterator<AccountRestrictions.PhasingOnly> | getAll(int from,
      int to) | 
| static int | getCount() | 
| short | getMaxDuration() | 
| long | getMaxFees() | 
| short | getMinDuration() | 
| PhasingParams | getPhasingParams() | 
public static AccountRestrictions.PhasingOnly get(long accountId)
public static int getCount()
public static DbIterator<AccountRestrictions.PhasingOnly> getAll(int from, int to)
public long getAccountId()
public PhasingParams getPhasingParams()
public long getMaxFees()
public short getMinDuration()
public short getMaxDuration()