public final class PhoneNumber extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PhoneNumber.Builder |
Modifier and Type | Method and Description |
---|---|
static PhoneNumber.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCountryCode()
Get countryCode
|
String |
getPhoneNumber()
Get phoneNumber
|
int |
hashCode() |
String |
toString() |
public static PhoneNumber.Builder builder()
public String getCountryCode()
public String getPhoneNumber()
Copyright © 2023. All rights reserved.