Class AllocationTokenExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.token.AllocationTokenExtension
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
public class AllocationTokenExtension extends ImmutableObject implements EppInput.CommandExtension
An allocation token extension that may be present on EPP domain commands.- See Also:
- the IETF draft
-
-
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 AllocationTokenExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAllocationToken()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-