Package google.registry.model.eppoutput
Class CheckData.CheckID
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.CheckData.CheckNameOrID
-
- google.registry.model.eppoutput.CheckData.CheckID
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- CheckData
public static class CheckData.CheckID extends CheckData.CheckNameOrID
The id for a resource in a check response.
-
-
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 CheckID()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static CheckData.CheckID
create(boolean avail, java.lang.String id)
-
Methods inherited from class google.registry.model.eppoutput.CheckData.CheckNameOrID
getAvail, getValue, init
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
protected static CheckData.CheckID create(boolean avail, java.lang.String id)
-
-