public class GetBankAccountByV1IdResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBankAccountByV1IdResponse.Builder
Class to build instances of
GetBankAccountByV1IdResponse. |
| Constructor and Description |
|---|
GetBankAccountByV1IdResponse(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() |
GetBankAccountByV1IdResponse.Builder |
toBuilder()
Builds a new
GetBankAccountByV1IdResponse.Builder object. |
String |
toString()
Converts this GetBankAccountByV1IdResponse into string format.
|
public GetBankAccountByV1IdResponse(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 GetBankAccountByV1IdResponse.Builder toBuilder()
GetBankAccountByV1IdResponse.Builder object.
Creates the instance with the state of the current model.GetBankAccountByV1IdResponse.Builder objectCopyright © 2022. All rights reserved.