Package google.registry.model.eppoutput
Class CheckData
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.CheckData
- All Implemented Interfaces:
EppResponse.ResponseData
,Cloneable
- Direct Known Subclasses:
CheckData.ContactCheckData
,CheckData.DomainCheckData
,CheckData.HostCheckData
The "chkDataType" complex type.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The response for a check on a single resource.static class
The id for a resource in a check response.static class
The name for a resource in a check response.static class
The "checkNameType" and "checkIDType" types.static class
A version with contact namespacing.static class
A version with contact namespacing.static class
A version with domain namespacing.static class
A version with domain namespacing.static class
A version with host namespacing.static class
A version with host namespacing.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 TypeMethodDescriptioncom.google.common.collect.ImmutableList
<? extends CheckData.Check> protected static <T extends CheckData>
Tinit
(T instance, com.google.common.collect.ImmutableList<? extends CheckData.Check> checks) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
CheckData
public CheckData()
-
-
Method Details
-
init
protected static <T extends CheckData> T init(T instance, com.google.common.collect.ImmutableList<? extends CheckData.Check> checks) -
getChecks
-