public final class InstrumentAccountHolder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstrumentAccountHolder.InstrumentAccountHolderBuilder |
| Constructor and Description |
|---|
InstrumentAccountHolder() |
InstrumentAccountHolder(Address billingAddress,
Phone phone) |
| Modifier and Type | Method and Description |
|---|---|
static InstrumentAccountHolder.InstrumentAccountHolderBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
Address |
getBillingAddress() |
Phone |
getPhone() |
int |
hashCode() |
void |
setBillingAddress(Address billingAddress) |
void |
setPhone(Phone phone) |
java.lang.String |
toString() |
public static InstrumentAccountHolder.InstrumentAccountHolderBuilder builder()
public Address getBillingAddress()
public Phone getPhone()
public void setBillingAddress(Address billingAddress)
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