Package google.registry.model.contact
Class Disclose
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.contact.Disclose
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
The "discloseType" from RFC5733.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder forDisclose
since it is immutable.static class
The "intLocType" from RFC5733.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
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<Disclose.PostalInfoChoice> getAddrs()
getEmail()
getFax()
getFlag()
com.google.common.collect.ImmutableList
<Disclose.PostalInfoChoice> getNames()
com.google.common.collect.ImmutableList
<Disclose.PostalInfoChoice> getOrgs()
getVoice()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Disclose
public Disclose()
-
-
Method Details
-
getNames
-
getOrgs
-
getAddrs
-
getVoice
-
getFax
-
getEmail
-
getFlag
-