Package nxt.account
Class FundingMonitor.MonitoredAccount
java.lang.Object
nxt.account.FundingMonitor.MonitoredAccount
- Enclosing class:
- FundingMonitor
Monitored account
-
Method Summary
Modifier and TypeMethodDescriptionlongGet the account identifierGet the account name (Reed-Solomon encoded account identifier)longGet the funding amountintGet the funding intervallongGet the funding threshold
-
Method Details
-
getAccountId
public long getAccountId()Get the account identifier- Returns:
- Account identifier
-
getAccountName
Get the account name (Reed-Solomon encoded account identifier)- Returns:
- Account name
-
getAmount
public long getAmount()Get the funding amount- Returns:
- Funding amount
-
getThreshold
public long getThreshold()Get the funding threshold- Returns:
- Funding threshold
-
getInterval
public int getInterval()Get the funding interval- Returns:
- Funding interval
-