Package nxt
Class FundingMonitor.MonitoredAccount
- java.lang.Object
-
- nxt.FundingMonitor.MonitoredAccount
-
- Enclosing class:
- FundingMonitor
public static final class FundingMonitor.MonitoredAccount extends java.lang.Object
Monitored account
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAccountId()
Get the account identifierjava.lang.String
getAccountName()
Get the account name (Reed-Solomon encoded account identifier)long
getAmount()
Get the funding amountint
getInterval()
Get the funding intervallong
getThreshold()
Get the funding threshold
-
-
-
Method Detail
-
getAccountId
public long getAccountId()
Get the account identifier- Returns:
- Account identifier
-
getAccountName
public java.lang.String 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
-
-