Package google.registry.model.eppoutput
Class CheckData.DomainCheckData
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.CheckData
-
- google.registry.model.eppoutput.CheckData.DomainCheckData
-
- All Implemented Interfaces:
EppResponse.ResponseData
,java.lang.Cloneable
- Enclosing class:
- CheckData
public static class CheckData.DomainCheckData extends CheckData
A version with domain namespacing.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.eppoutput.CheckData
CheckData.Check, CheckData.CheckID, CheckData.CheckName, CheckData.CheckNameOrID, CheckData.ContactCheck, CheckData.ContactCheckData, CheckData.DomainCheck, CheckData.DomainCheckData, CheckData.HostCheck, CheckData.HostCheckData
-
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 DomainCheckData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckData.DomainCheckData
create(com.google.common.collect.ImmutableList<CheckData.DomainCheck> checks)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static CheckData.DomainCheckData create(com.google.common.collect.ImmutableList<CheckData.DomainCheck> checks)
-
-