public class TenderBankAccountDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TenderBankAccountDetails.Builder
Class to build instances of
TenderBankAccountDetails. |
| Constructor and Description |
|---|
TenderBankAccountDetails(String status)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
TenderBankAccountDetails.Builder |
toBuilder()
Builds a new
TenderBankAccountDetails.Builder object. |
String |
toString()
Converts this TenderBankAccountDetails into string format.
|
public TenderBankAccountDetails(String status)
status - String value for status.public String getStatus()
public String toString()
public TenderBankAccountDetails.Builder toBuilder()
TenderBankAccountDetails.Builder object.
Creates the instance with the state of the current model.TenderBankAccountDetails.Builder objectCopyright © 2024. All rights reserved.