Class SecDnsCreateExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.secdns.SecDnsCreateExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
public class SecDnsCreateExtension extends ImmutableObject implements EppInput.CommandExtension
The EPP secDNS extension that may be present on domain create 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 SecDnsCreateExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<DomainDsData>
getDsData()
java.lang.Long
getMaxSigLife()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getMaxSigLife
public java.lang.Long getMaxSigLife()
-
getDsData
public com.google.common.collect.ImmutableSet<DomainDsData> getDsData()
-
-