Package google.registry.model.eppoutput
Class CheckData.ContactCheckData
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.CheckData
google.registry.model.eppoutput.CheckData.ContactCheckData
- All Implemented Interfaces:
EppResponse.ResponseData
,Cloneable
- Enclosing class:
CheckData
A version with contact 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic CheckData.ContactCheckData
create
(com.google.common.collect.ImmutableList<CheckData.ContactCheck> checks) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
ContactCheckData
public ContactCheckData()
-
-
Method Details
-
create
public static CheckData.ContactCheckData create(com.google.common.collect.ImmutableList<CheckData.ContactCheck> checks)
-