Class LaunchCheckExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchCheckExtension
- All Implemented Interfaces:
EppInput.CommandExtension
,Cloneable
An XML data object that represents a launch extension that may be present on EPP domain check
commands.
This object holds XML data which JAXB will unmarshal from an EPP domain check command extension. The XML will have the following enclosing structure:
<epp>
<command>
<create>
<!-- domain check XML data -->
</create>
<extension>
<launch:check>
<!-- launch check XML payload data -->
</launch:check>
</extension>
</command>
</epp>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Type of domain check being requested.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
-
LaunchCheckExtension
public LaunchCheckExtension()
-
-
Method Details
-
getCheckType
-
getPhase
-