Class SecDnsInfoExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.secdns.SecDnsInfoExtension
-
- All Implemented Interfaces:
EppResponse.ResponseExtension
,java.lang.Cloneable
public class SecDnsInfoExtension extends ImmutableObject implements EppResponse.ResponseExtension
The EPP secDNS extension to be returned with domain info commands.
-
-
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 SecDnsInfoExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SecDnsInfoExtension
create(com.google.common.collect.ImmutableSet<DomainDsData> dsData)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static SecDnsInfoExtension create(com.google.common.collect.ImmutableSet<DomainDsData> dsData)
-
-