Class TransactionList
java.lang.Object
com.algorand.algosdk.algod.client.model.TransactionList
@Deprecated
public class TransactionList
extends java.lang.Object
Deprecated.
TransactionList contains a list of transactions
-
Constructor Summary
Constructors Constructor Description TransactionList()
Deprecated. -
Method Summary
Modifier and Type Method Description TransactionList
addTransactionsItem(Transaction transactionsItem)
Deprecated.boolean
equals(java.lang.Object o)
Deprecated.java.util.List<Transaction>
getTransactions()
Deprecated.TransactionList is a list of transactionsint
hashCode()
Deprecated.void
setTransactions(java.util.List<Transaction> transactions)
Deprecated.java.lang.String
toString()
Deprecated.TransactionList
transactions(java.util.List<Transaction> transactions)
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TransactionList
public TransactionList()Deprecated.
-
-
Method Details
-
transactions
Deprecated. -
addTransactionsItem
Deprecated. -
getTransactions
Deprecated.TransactionList is a list of transactions- Returns:
- transactions
-
setTransactions
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
-