Package google.registry.model.eppoutput
Class CheckData.CheckName
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.CheckData.CheckNameOrID
-
- google.registry.model.eppoutput.CheckData.CheckName
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- CheckData
public static class CheckData.CheckName extends CheckData.CheckNameOrID
The name for a resource in a check response.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description CheckName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static CheckData.CheckName
create(boolean avail, java.lang.String name)
-
Methods inherited from class google.registry.model.eppoutput.CheckData.CheckNameOrID
getAvail, getValue, init
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
protected static CheckData.CheckName create(boolean avail, java.lang.String name)
-
-