public class Inputs extends Object
| Constructor and Description |
|---|
Inputs(List<Input> inputsList,
long totalBalance)
Initializes a new instance of the Input class.
|
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
getInputsList()
Get the input list.
|
long |
getTotalBalance()
Get the total balance.
|
void |
setInputsList(List<Input> inputsList)
Set the input list.
|
void |
setTotalBalance(long totalBalance)
Set the total balance.
|
String |
toString()
Returns a Json Object that represents this object.
|
public String toString()
public void setInputsList(List<Input> inputsList)
inputsList - The input list.public long getTotalBalance()
public void setTotalBalance(long totalBalance)
totalBalance - The total balance.Copyright © 2019. All rights reserved.