Package google.registry.model.registrar
Class RegistrarAddress
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.Address
-
- google.registry.model.registrar.RegistrarAddress
-
- All Implemented Interfaces:
Jsonifiable
,UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
@Embeddable public class RegistrarAddress extends Address
Registrar AddressThis class is embedded inside a
Registrar
object to hold its address. The fields are all defined in parent classAddress
so that it can share it with other similar address classes.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegistrarAddress.Builder
Builder forRegistrarAddress
.-
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 RegistrarAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistrarAddress.Builder
asBuilder()
-
Methods inherited from class google.registry.model.eppcommon.Address
getCity, getCountryCode, getState, getStreet, getZip, toJsonMap
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
asBuilder
public RegistrarAddress.Builder asBuilder()
-
-