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