Class SecDnsUpdateExtension.Add
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.secdns.SecDnsUpdateExtension.Add
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- SecDnsUpdateExtension
public static class SecDnsUpdateExtension.Add extends ImmutableObject
The inner add type on the update extension.
-
-
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 Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<DomainDsData>
getDsData()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getDsData
public com.google.common.collect.ImmutableSet<DomainDsData> getDsData()
-
-