Class DomainTransferRequestSuperuserExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.superuser.SuperuserExtension
-
- google.registry.model.domain.superuser.DomainTransferRequestSuperuserExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
public class DomainTransferRequestSuperuserExtension extends SuperuserExtension
A superuser extension that may be present on domain transfer request commands.
-
-
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 DomainTransferRequestSuperuserExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAutomaticTransferLength()
Period
getRenewalPeriod()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getRenewalPeriod
public Period getRenewalPeriod()
-
getAutomaticTransferLength
public int getAutomaticTransferLength()
-
-