Class LaunchCheckResponseExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchCheckResponseExtension
- All Implemented Interfaces:
EppResponse.ResponseExtension
,Cloneable
public class LaunchCheckResponseExtension
extends ImmutableObject
implements EppResponse.ResponseExtension
An XML data object that represents a launch extension that may be present on the response to EPP
domain check commands.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The response for a check on a single resource.static class
Holds the name and availability of a checked resource.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 TypeMethodDescriptionstatic LaunchCheckResponseExtension
create
(LaunchPhase phase, com.google.common.collect.ImmutableList<LaunchCheckResponseExtension.LaunchCheck> launchChecks) com.google.common.collect.ImmutableList
<LaunchCheckResponseExtension.LaunchCheck> getPhase()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
LaunchCheckResponseExtension
public LaunchCheckResponseExtension()
-
-
Method Details
-
getPhase
-
getChecks
public com.google.common.collect.ImmutableList<LaunchCheckResponseExtension.LaunchCheck> getChecks() -
create
public static LaunchCheckResponseExtension create(LaunchPhase phase, com.google.common.collect.ImmutableList<LaunchCheckResponseExtension.LaunchCheck> launchChecks)
-