Class PaymentTransactionType

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

@Deprecated
public class PaymentTransactionType
extends java.lang.Object
Deprecated.
PaymentTransactionType contains the additional fields for a payment Transaction
  • Constructor Summary

    Constructors
    Constructor Description
    PaymentTransactionType()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    PaymentTransactionType amount​(java.math.BigInteger amount)
    Deprecated.
     
    PaymentTransactionType close​(java.lang.String close)
    Deprecated.
     
    PaymentTransactionType closeamount​(java.math.BigInteger closeamount)
    Deprecated.
     
    PaymentTransactionType closerewards​(java.math.BigInteger closerewards)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.math.BigInteger getAmount()
    Deprecated.
    Amount is the amount of MicroAlgos intended to be transferred
    java.lang.String getClose()
    Deprecated.
    CloseRemainderTo is the address the sender closed to
    java.math.BigInteger getCloseamount()
    Deprecated.
    CloseAmount is the amount sent to CloseRemainderTo, for committed transaction
    java.math.BigInteger getCloserewards()
    Deprecated.
    CloseRewards is the amount of pending rewards applied to the CloseRemainderTo account as part of this transaction.
    java.lang.String getTo()
    Deprecated.
    To is the receiver's address
    java.math.BigInteger getTorewards()
    Deprecated.
    ToRewards is the amount of pending rewards applied to the To account as part of this transaction.
    int hashCode()
    Deprecated.
     
    void setAmount​(java.math.BigInteger amount)
    Deprecated.
     
    void setClose​(java.lang.String close)
    Deprecated.
     
    void setCloseamount​(java.math.BigInteger closeamount)
    Deprecated.
     
    void setCloserewards​(java.math.BigInteger closerewards)
    Deprecated.
     
    void setTo​(java.lang.String to)
    Deprecated.
     
    void setTorewards​(java.math.BigInteger torewards)
    Deprecated.
     
    PaymentTransactionType to​(java.lang.String to)
    Deprecated.
     
    PaymentTransactionType torewards​(java.math.BigInteger torewards)
    Deprecated.
     
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • PaymentTransactionType

      public PaymentTransactionType()
      Deprecated.
  • Method Details

    • amount

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

      public java.math.BigInteger getAmount()
      Deprecated.
      Amount is the amount of MicroAlgos intended to be transferred
      Returns:
      amount
    • setAmount

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

      public PaymentTransactionType close​(java.lang.String close)
      Deprecated.
    • getClose

      public java.lang.String getClose()
      Deprecated.
      CloseRemainderTo is the address the sender closed to
      Returns:
      close
    • setClose

      public void setClose​(java.lang.String close)
      Deprecated.
    • closeamount

      public PaymentTransactionType closeamount​(java.math.BigInteger closeamount)
      Deprecated.
    • getCloseamount

      public java.math.BigInteger getCloseamount()
      Deprecated.
      CloseAmount is the amount sent to CloseRemainderTo, for committed transaction
      Returns:
      closeamount
    • setCloseamount

      public void setCloseamount​(java.math.BigInteger closeamount)
      Deprecated.
    • closerewards

      public PaymentTransactionType closerewards​(java.math.BigInteger closerewards)
      Deprecated.
    • getCloserewards

      public java.math.BigInteger getCloserewards()
      Deprecated.
      CloseRewards is the amount of pending rewards applied to the CloseRemainderTo account as part of this transaction.
      Returns:
      closerewards
    • setCloserewards

      public void setCloserewards​(java.math.BigInteger closerewards)
      Deprecated.
    • to

      public PaymentTransactionType to​(java.lang.String to)
      Deprecated.
    • getTo

      public java.lang.String getTo()
      Deprecated.
      To is the receiver's address
      Returns:
      to
    • setTo

      public void setTo​(java.lang.String to)
      Deprecated.
    • torewards

      public PaymentTransactionType torewards​(java.math.BigInteger torewards)
      Deprecated.
    • getTorewards

      public java.math.BigInteger getTorewards()
      Deprecated.
      ToRewards is the amount of pending rewards applied to the To account as part of this transaction.
      Returns:
      torewards
    • setTorewards

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