public class PrePopulatedData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrePopulatedData.Builder
Class to build instances of
PrePopulatedData. |
| Constructor and Description |
|---|
PrePopulatedData(String buyerEmail,
String buyerPhoneNumber,
Address buyerAddress)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Address |
getBuyerAddress()
Getter for BuyerAddress.
|
String |
getBuyerEmail()
Getter for BuyerEmail.
|
String |
getBuyerPhoneNumber()
Getter for BuyerPhoneNumber.
|
int |
hashCode() |
PrePopulatedData.Builder |
toBuilder()
Builds a new
PrePopulatedData.Builder object. |
String |
toString()
Converts this PrePopulatedData into string format.
|
public String getBuyerEmail()
public String getBuyerPhoneNumber()
public Address getBuyerAddress()
public String toString()
public PrePopulatedData.Builder toBuilder()
PrePopulatedData.Builder object.
Creates the instance with the state of the current model.PrePopulatedData.Builder objectCopyright © 2022. All rights reserved.