Class Account
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 keyjava.math.BigInteger
getAmount()
Deprecated.Amount indicates the total number of MicroAlgos in the accountjava.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 participationjava.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 relevantjava.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
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
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
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
Deprecated. -
getHolding
Deprecated.Assets specifies the holdings of assets by this account, indexed by the asset ID.- Returns:
- assets
-
setAssets
Deprecated. -
participation
Deprecated. -
getParticipation
Deprecated.Get participation- Returns:
- participation
-
setParticipation
Deprecated. -
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
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
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
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
Deprecated. -
getThisassettotal
Deprecated.AssetParams specifies the parameters of assets created by this account.- Returns:
- thisassettotal
-
setThisassettotal
Deprecated. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toString
in classjava.lang.Object
-