Class SuperuserExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.superuser.SuperuserExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
- Direct Known Subclasses:
DomainDeleteSuperuserExtension
,DomainTransferRequestSuperuserExtension
,DomainUpdateSuperuserExtension
public abstract class SuperuserExtension extends ImmutableObject implements EppInput.CommandExtension
Base class for superuser EPP extensions.
-
-
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 SuperuserExtension()
-
Method Summary
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-