Class LaunchCheckResponseExtension.LaunchCheck
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchCheckResponseExtension.LaunchCheck
- All Implemented Interfaces:
Cloneable
- Enclosing class:
LaunchCheckResponseExtension
The response for a check on a single resource.
-
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
Modifier and TypeMethodDescriptioncreate
(LaunchCheckResponseExtension.LaunchCheckName name, String claimKey) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
LaunchCheck
public LaunchCheck()
-
-
Method Details
-
create
public static LaunchCheckResponseExtension.LaunchCheck create(LaunchCheckResponseExtension.LaunchCheckName name, String claimKey)
-