public final class BillingInformation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BillingInformation.BillingInformationBuilder |
| Constructor and Description |
|---|
BillingInformation() |
BillingInformation(Address address,
Phone phone) |
| Modifier and Type | Method and Description |
|---|---|
static BillingInformation.BillingInformationBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
Address |
getAddress() |
Phone |
getPhone() |
int |
hashCode() |
void |
setAddress(Address address) |
void |
setPhone(Phone phone) |
java.lang.String |
toString() |
public static BillingInformation.BillingInformationBuilder builder()
public Address getAddress()
public Phone getPhone()
public void setAddress(Address address)
public void setPhone(Phone phone)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object