public class GetBalancesAndFormatResponse extends AbstractResponse
| Constructor and Description |
|---|
GetBalancesAndFormatResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetBalancesAndFormatResponse |
create(List<Input> inputs,
long totalBalance,
long duration)
Initializes a new instance of the GetBalancesAndFormatResponse class.
|
List<Input> |
getInputs()
Gets the input.
|
long |
getTotalBalance()
Gets the total balance.
|
void |
setInputs(List<Input> input)
Sets the input.
|
void |
setTotalBalance(long totalBalance)
Sets the total balance.
|
equals, getDuration, hashCode, setDuration, toStringpublic static GetBalancesAndFormatResponse create(List<Input> inputs, long totalBalance, long duration)
public long getTotalBalance()
public void setTotalBalance(long totalBalance)
totalBalance - The total balance.Copyright © 2019. All rights reserved.