public class GetBankAccountResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBankAccountResponse.Builder
Class to build instances of
GetBankAccountResponse. |
| Constructor and Description |
|---|
GetBankAccountResponse(List<Error> errors,
BankAccount bankAccount)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BankAccount |
getBankAccount()
Getter for BankAccount.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
GetBankAccountResponse.Builder |
toBuilder()
Builds a new
GetBankAccountResponse.Builder object. |
String |
toString()
Converts this GetBankAccountResponse into string format.
|
public GetBankAccountResponse(List<Error> errors, BankAccount bankAccount)
errors - List of Error value for errors.bankAccount - BankAccount value for bankAccount.public HttpContext getContext()
public List<Error> getErrors()
public BankAccount getBankAccount()
public String toString()
public GetBankAccountResponse.Builder toBuilder()
GetBankAccountResponse.Builder object.
Creates the instance with the state of the current model.GetBankAccountResponse.Builder objectCopyright © 2022. All rights reserved.