public final class AccountPhone
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountPhone.AccountPhoneBuilder |
| Constructor and Description |
|---|
AccountPhone() |
AccountPhone(CountryCode countryCode,
java.lang.String number) |
| Modifier and Type | Method and Description |
|---|---|
static AccountPhone.AccountPhoneBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
CountryCode |
getCountryCode() |
java.lang.String |
getNumber() |
int |
hashCode() |
void |
setCountryCode(CountryCode countryCode) |
void |
setNumber(java.lang.String number) |
java.lang.String |
toString() |
public AccountPhone()
public AccountPhone(CountryCode countryCode, java.lang.String number)
public static AccountPhone.AccountPhoneBuilder builder()
public CountryCode getCountryCode()
public java.lang.String getNumber()
public void setCountryCode(CountryCode countryCode)
public void setNumber(java.lang.String number)
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