Package google.registry.model.mark
Class MarkAddress
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.Address
-
- google.registry.model.mark.MarkAddress
-
- All Implemented Interfaces:
Jsonifiable
,UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
public class MarkAddress extends Address
Mark Holder/Owner AddressThis class is embedded inside
CommonMarkContactFields
hold the address of a mark contact or holder. The fields are all defined in parent classAddress
, but the subclass is still necessary to pick up the mark namespace.- See Also:
CommonMarkContactFields
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MarkAddress.Builder
Builder forMarkAddress
.-
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.eppcommon.Address
city, countryCode, state, street, streetLine1, streetLine2, streetLine3, zip
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description MarkAddress()
-
Method Summary
-
Methods inherited from class google.registry.model.eppcommon.Address
asBuilder, getCity, getCountryCode, getState, getStreet, getZip, toJsonMap
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-