Package google.registry.model.eppcommon
Class PresenceMarker
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppcommon.PresenceMarker
- All Implemented Interfaces:
Serializable
,Cloneable
Used as the value of a tag that is present in the XML but has no children or value.
When placed in a field "foo", this will correctly unmarshal from both <foo/>
and
<foo></foo>
, and will unmarshal always to <foo/>
.
- 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.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
PresenceMarker
public PresenceMarker()
-