Class SecDnsUpdateExtension.Remove
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.secdns.SecDnsUpdateExtension.Remove
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- SecDnsUpdateExtension
public static class SecDnsUpdateExtension.Remove extends ImmutableObject
The inner remove 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 Remove()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getAll()
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
-
getAll
public java.lang.Boolean getAll()
-
getDsData
public com.google.common.collect.ImmutableSet<DomainDsData> getDsData()
-
-