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