Package nxt

Class 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 identifier
      java.lang.String getAccountName()
      Get the account name (Reed-Solomon encoded account identifier)
      long getAmount()
      Get the funding amount
      int getInterval()
      Get the funding interval
      long getThreshold()
      Get the funding threshold
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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