public class BalancesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BalancesResponse.Builder
Class to build instances of
BalancesResponse. |
| Constructor and Description |
|---|
BalancesResponse()
Default constructor.
|
BalancesResponse(List<BalanceInformation> balances,
String accountId,
String asOfTime,
String lastRefreshTime)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Getter for AccountId.
|
String |
getAsOfTime()
Getter for AsOfTime.
|
List<BalanceInformation> |
getBalances()
Getter for Balances.
|
String |
getLastRefreshTime()
Getter for LastRefreshTime.
|
void |
setAccountId(String accountId)
Setter for AccountId.
|
void |
setAsOfTime(String asOfTime)
Setter for AsOfTime.
|
void |
setBalances(List<BalanceInformation> balances)
Setter for Balances.
|
void |
setLastRefreshTime(String lastRefreshTime)
Setter for LastRefreshTime.
|
BalancesResponse.Builder |
toBuilder()
Builds a new
BalancesResponse.Builder object. |
String |
toString()
Converts this BalancesResponse into string format.
|
public BalancesResponse()
public BalancesResponse(List<BalanceInformation> balances, String accountId, String asOfTime, String lastRefreshTime)
balances - List of BalanceInformation value for balances.accountId - String value for accountId.asOfTime - String value for asOfTime.lastRefreshTime - String value for lastRefreshTime.public List<BalanceInformation> getBalances()
public void setBalances(List<BalanceInformation> balances)
balances - Value for List of BalanceInformationpublic String getAccountId()
public void setAccountId(String accountId)
accountId - Value for Stringpublic String getAsOfTime()
public void setAsOfTime(String asOfTime)
asOfTime - Value for Stringpublic String getLastRefreshTime()
public void setLastRefreshTime(String lastRefreshTime)
lastRefreshTime - Value for Stringpublic String toString()
public BalancesResponse.Builder toBuilder()
BalancesResponse.Builder object.
Creates the instance with the state of the current model.BalancesResponse.Builder objectCopyright © 2026. All rights reserved.