| Constructor and Description |
|---|
ImmutablePhone(String number,
String name,
String description,
boolean verified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getName() |
String |
getNumber() |
int |
hashCode() |
boolean |
isVerified() |
String |
toString() |
public String getDescription()
getDescription in interface Phonepublic boolean isVerified()
isVerified in interface PhoneCopyright © 2017. All rights reserved.