Package google.registry.model.eppoutput
Class CheckData.ContactCheck
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.CheckData.Check
-
- google.registry.model.eppoutput.CheckData.ContactCheck
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- CheckData
public static class CheckData.ContactCheck extends CheckData.Check
A version with contact namespacing.
-
-
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 ContactCheck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckData.ContactCheck
create(boolean avail, java.lang.String id, java.lang.String reason)
-
Methods inherited from class google.registry.model.eppoutput.CheckData.Check
init
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static CheckData.ContactCheck create(boolean avail, java.lang.String id, java.lang.String reason)
-
-