Package google.registry.model.contact
Class ContactPhoneNumber
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.PhoneNumber
google.registry.model.contact.ContactPhoneNumber
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
EPP Contact Phone Number
This class is embedded inside a Contact
hold the phone number of an EPP contact. The
fields are all defined in the parent class PhoneNumber
, but the subclass is still
necessary to pick up the contact namespace.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
Field Summary
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.eppcommon.PhoneNumber
getExtension, getPhoneNumber, hasNullFields, toPhoneString
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
ContactPhoneNumber
public ContactPhoneNumber()
-