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

@Deprecated
public class Supply
extends java.lang.Object
Deprecated.
Supply represents the current supply of MicroAlgos in the system
  • Constructor Summary

    Constructors
    Constructor Description
    Supply()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.math.BigInteger getOnlineMoney()
    Deprecated.
    OnlineMoney
    java.math.BigInteger getRound()
    Deprecated.
    Round
    java.math.BigInteger getTotalMoney()
    Deprecated.
    TotalMoney
    int hashCode()
    Deprecated.
     
    Supply onlineMoney​(java.math.BigInteger onlineMoney)
    Deprecated.
     
    Supply round​(java.math.BigInteger round)
    Deprecated.
     
    void setOnlineMoney​(java.math.BigInteger onlineMoney)
    Deprecated.
     
    void setRound​(java.math.BigInteger round)
    Deprecated.
     
    void setTotalMoney​(java.math.BigInteger totalMoney)
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     
    Supply totalMoney​(java.math.BigInteger totalMoney)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • Supply

      public Supply()
      Deprecated.
  • Method Details

    • onlineMoney

      public Supply onlineMoney​(java.math.BigInteger onlineMoney)
      Deprecated.
    • getOnlineMoney

      public java.math.BigInteger getOnlineMoney()
      Deprecated.
      OnlineMoney
      Returns:
      onlineMoney
    • setOnlineMoney

      public void setOnlineMoney​(java.math.BigInteger onlineMoney)
      Deprecated.
    • round

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

      public java.math.BigInteger getRound()
      Deprecated.
      Round
      Returns:
      round
    • setRound

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

      public Supply totalMoney​(java.math.BigInteger totalMoney)
      Deprecated.
    • getTotalMoney

      public java.math.BigInteger getTotalMoney()
      Deprecated.
      TotalMoney
      Returns:
      totalMoney
    • setTotalMoney

      public void setTotalMoney​(java.math.BigInteger totalMoney)
      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