Class TxWrappers
- java.lang.Object
-
- com.github.katenachain.entity.api.TxWrappers
-
public class TxWrappers extends Object
TxWrappers wraps a list of TxWrapper with the total txs available.
-
-
Constructor Summary
Constructors Constructor Description TxWrappers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTotal()Total GetterTxWrapper[]getTxs()Txs GetterTxWrapperssetTotal(int total)Total SetterTxWrapperssetTxs(TxWrapper[] txs)Txs Setter
-
-
-
Method Detail
-
setTxs
public TxWrappers setTxs(TxWrapper[] txs)
Txs Setter- Parameters:
txs- TxWrapper[]- Returns:
- TxWrappers txs
-
getTxs
public TxWrapper[] getTxs()
Txs Getter- Returns:
- TxWrapper[] tx wrapper [ ]
-
setTotal
public TxWrappers setTotal(int total)
Total Setter- Parameters:
total- int- Returns:
- TxWrappers total
-
getTotal
public int getTotal()
Total Getter- Returns:
- int total
-
-