Class SecDnsUpdateExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.SecDnsUpdateExtension
- All Implemented Interfaces:
EppInput.CommandExtension
,Cloneable
The EPP secDNS extension that may be present on domain update commands.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
The inner add type on the update extension.static class
The inner change type on the update extension, though we don't actually support changes.static class
The inner remove type on the update extension.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
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
SecDnsUpdateExtension
public SecDnsUpdateExtension()
-
-
Method Details
-
getUrgent
-
getRemove
-
getAdd
-
getChange
-