Class SecDnsInfoExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.SecDnsInfoExtension
- All Implemented Interfaces:
EppResponse.ResponseExtension
,Cloneable
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
SecDnsInfoExtension
public SecDnsInfoExtension()
-
-
Method Details
-
create
public static SecDnsInfoExtension create(com.google.common.collect.ImmutableSet<DomainDsData> dsData)
-