Class PackageTokenResponseExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.packagetoken.PackageTokenResponseExtension
-
- All Implemented Interfaces:
EppResponse.ResponseExtension
,java.lang.Cloneable
public class PackageTokenResponseExtension extends ImmutableObject implements EppResponse.ResponseExtension
An XML data object that represents a package token extension that may be present on the response to EPP domain info 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 PackageTokenResponseExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PackageTokenResponseExtension
create(java.util.Optional<VKey<AllocationToken>> tokenKey)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static PackageTokenResponseExtension create(java.util.Optional<VKey<AllocationToken>> tokenKey)
-
-