java.lang.Object
com.algorand.algosdk.algod.client.model.Account

@Deprecated
public class Account
extends java.lang.Object
Deprecated.
Account Description
  • Constructor Summary

    Constructors
    Constructor Description
    Account()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    Account address​(java.lang.String address)
    Deprecated.
     
    Account amount​(java.math.BigInteger amount)
    Deprecated.
     
    Account amountwithoutpendingrewards​(java.math.BigInteger amountwithoutpendingrewards)
    Deprecated.
     
    Account assets​(java.util.Map<java.math.BigInteger,​AssetHolding> assets)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getAddress()
    Deprecated.
    Address indicates the account public key
    java.math.BigInteger getAmount()
    Deprecated.
    Amount indicates the total number of MicroAlgos in the account
    java.math.BigInteger getAmountwithoutpendingrewards()
    Deprecated.
    AmountWithoutPendingRewards specifies the amount of MicroAlgos in the account, without the pending rewards.
    AssetHolding getHolding​(java.math.BigInteger assetIndex)
    Deprecated.
    Assets specifies the holdings of assets by this account, indexed by the asset ID.
    Participation getParticipation()
    Deprecated.
    Get participation
    java.math.BigInteger getPendingrewards()
    Deprecated.
    PendingRewards specifies the amount of MicroAlgos of pending rewards in this account.
    java.math.BigInteger getRewards()
    Deprecated.
    Rewards indicates the total rewards of MicroAlgos the account has received, including pending rewards.
    java.math.BigInteger getRound()
    Deprecated.
    Round indicates the round for which this information is relevant
    java.lang.String getStatus()
    Deprecated.
    Status indicates the delegation status of the account's MicroAlgos Offline - indicates that the associated account is delegated.
    java.util.Map<java.math.BigInteger,​AssetParams> getThisassettotal()
    Deprecated.
    AssetParams specifies the parameters of assets created by this account.
    int hashCode()
    Deprecated.
     
    Account participation​(Participation participation)
    Deprecated.
     
    Account pendingrewards​(java.math.BigInteger pendingrewards)
    Deprecated.
     
    Account rewards​(java.math.BigInteger rewards)
    Deprecated.
     
    Account round​(java.math.BigInteger round)
    Deprecated.
     
    void setAddress​(java.lang.String address)
    Deprecated.
     
    void setAmount​(java.math.BigInteger amount)
    Deprecated.
     
    void setAmountwithoutpendingrewards​(java.math.BigInteger amountwithoutpendingrewards)
    Deprecated.
     
    void setAssets​(java.util.Map<java.math.BigInteger,​AssetHolding> assets)
    Deprecated.
     
    void setParticipation​(Participation participation)
    Deprecated.
     
    void setPendingrewards​(java.math.BigInteger pendingrewards)
    Deprecated.
     
    void setRewards​(java.math.BigInteger rewards)
    Deprecated.
     
    void setRound​(java.math.BigInteger round)
    Deprecated.
     
    void setStatus​(java.lang.String status)
    Deprecated.
     
    void setThisassettotal​(java.util.Map<java.math.BigInteger,​AssetParams> thisassettotal)
    Deprecated.
     
    Account status​(java.lang.String status)
    Deprecated.
     
    Account thisassettotal​(java.util.Map<java.math.BigInteger,​AssetParams> thisassettotal)
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Account

      public Account()
      Deprecated.
  • Method Details

    • address

      public Account address​(java.lang.String address)
      Deprecated.
    • getAddress

      public java.lang.String getAddress()
      Deprecated.
      Address indicates the account public key
      Returns:
      address
    • setAddress

      public void setAddress​(java.lang.String address)
      Deprecated.
    • amount

      public Account amount​(java.math.BigInteger amount)
      Deprecated.
    • getAmount

      public java.math.BigInteger getAmount()
      Deprecated.
      Amount indicates the total number of MicroAlgos in the account
      Returns:
      amount
    • setAmount

      public void setAmount​(java.math.BigInteger amount)
      Deprecated.
    • amountwithoutpendingrewards

      public Account amountwithoutpendingrewards​(java.math.BigInteger amountwithoutpendingrewards)
      Deprecated.
    • getAmountwithoutpendingrewards

      public java.math.BigInteger getAmountwithoutpendingrewards()
      Deprecated.
      AmountWithoutPendingRewards specifies the amount of MicroAlgos in the account, without the pending rewards.
      Returns:
      amountwithoutpendingrewards
    • setAmountwithoutpendingrewards

      public void setAmountwithoutpendingrewards​(java.math.BigInteger amountwithoutpendingrewards)
      Deprecated.
    • assets

      public Account assets​(java.util.Map<java.math.BigInteger,​AssetHolding> assets)
      Deprecated.
    • getHolding

      public AssetHolding getHolding​(java.math.BigInteger assetIndex)
      Deprecated.
      Assets specifies the holdings of assets by this account, indexed by the asset ID.
      Returns:
      assets
    • setAssets

      public void setAssets​(java.util.Map<java.math.BigInteger,​AssetHolding> assets)
      Deprecated.
    • participation

      public Account participation​(Participation participation)
      Deprecated.
    • getParticipation

      public Participation getParticipation()
      Deprecated.
      Get participation
      Returns:
      participation
    • setParticipation

      public void setParticipation​(Participation participation)
      Deprecated.
    • pendingrewards

      public Account pendingrewards​(java.math.BigInteger pendingrewards)
      Deprecated.
    • getPendingrewards

      public java.math.BigInteger getPendingrewards()
      Deprecated.
      PendingRewards specifies the amount of MicroAlgos of pending rewards in this account.
      Returns:
      pendingrewards
    • setPendingrewards

      public void setPendingrewards​(java.math.BigInteger pendingrewards)
      Deprecated.
    • rewards

      public Account rewards​(java.math.BigInteger rewards)
      Deprecated.
    • getRewards

      public java.math.BigInteger getRewards()
      Deprecated.
      Rewards indicates the total rewards of MicroAlgos the account has received, including pending rewards.
      Returns:
      rewards
    • setRewards

      public void setRewards​(java.math.BigInteger rewards)
      Deprecated.
    • round

      public Account round​(java.math.BigInteger round)
      Deprecated.
    • getRound

      public java.math.BigInteger getRound()
      Deprecated.
      Round indicates the round for which this information is relevant
      Returns:
      round
    • setRound

      public void setRound​(java.math.BigInteger round)
      Deprecated.
    • status

      public Account status​(java.lang.String status)
      Deprecated.
    • getStatus

      public java.lang.String getStatus()
      Deprecated.
      Status indicates the delegation status of the account's MicroAlgos Offline - indicates that the associated account is delegated. Online - indicates that the associated account used as part of the delegation pool. NotParticipating - indicates that the associated account is neither a delegator nor a delegate.
      Returns:
      status
    • setStatus

      public void setStatus​(java.lang.String status)
      Deprecated.
    • thisassettotal

      public Account thisassettotal​(java.util.Map<java.math.BigInteger,​AssetParams> thisassettotal)
      Deprecated.
    • getThisassettotal

      public java.util.Map<java.math.BigInteger,​AssetParams> getThisassettotal()
      Deprecated.
      AssetParams specifies the parameters of assets created by this account.
      Returns:
      thisassettotal
    • setThisassettotal

      public void setThisassettotal​(java.util.Map<java.math.BigInteger,​AssetParams> thisassettotal)
      Deprecated.
    • equals

      public boolean equals​(java.lang.Object o)
      Deprecated.
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object