Class BulkTokenResponseExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.bulktoken.BulkTokenResponseExtension
- All Implemented Interfaces:
EppResponse.ResponseExtension
,Cloneable
public class BulkTokenResponseExtension
extends ImmutableObject
implements EppResponse.ResponseExtension
An XML data object that represents a bulk 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic BulkTokenResponseExtension
create
(Optional<VKey<AllocationToken>> tokenKey) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
BulkTokenResponseExtension
public BulkTokenResponseExtension()
-
-
Method Details
-
create
-