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
,java.io.Serializable
,java.lang.Cloneable
@Embeddable public class ContactPhoneNumber extends PhoneNumber
EPP Contact Phone NumberThis class is embedded inside a
Contact
hold the phone number of an EPP contact. The fields are all defined in the parent classPhoneNumber
, but the subclass is still necessary to pick up the contact namespace.- See Also:
Contact
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactPhoneNumber.Builder
Builder forContactPhoneNumber
.-
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
Constructors Constructor Description ContactPhoneNumber()
-
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
-
-