Package google.registry.model.eppoutput
Class CheckData.Check
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.CheckData.Check
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CheckData.ContactCheck
,CheckData.DomainCheck
,CheckData.HostCheck
- Enclosing class:
CheckData
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 TypeMethodDescriptionprotected static <T extends CheckData.Check>
Tinit
(T instance, CheckData.CheckNameOrID nameOrId, String reason) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Check
public Check()
-
-
Method Details
-
init
protected static <T extends CheckData.Check> T init(T instance, CheckData.CheckNameOrID nameOrId, String reason)
-