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