Package google.registry.model.transfer
Class TransferResponse
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.transfer.BaseTransferObject
google.registry.model.transfer.TransferResponse
- All Implemented Interfaces:
EppResponse.ResponseData
,UnsafeSerializable
,Serializable
,Cloneable
- Direct Known Subclasses:
TransferResponse.ContactTransferResponse
,TransferResponse.DomainTransferResponse
@Embeddable
public class TransferResponse
extends BaseTransferObject
implements EppResponse.ResponseData
A response to a transfer command on a
EppResource
. This base class contains fields that
are common to all transfer responses; derived classes add resource specific fields.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An adapter to output the XML in response to a transfer command on a contact.static class
An adapter to output the XML in response to a transfer command on a domain.Nested classes/interfaces inherited from class google.registry.model.transfer.BaseTransferObject
BaseTransferObject.Builder<T extends BaseTransferObject,
B extends BaseTransferObject.Builder<?, ?>> 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
Methods inherited from class google.registry.model.transfer.BaseTransferObject
getGainingRegistrarId, getLosingRegistrarId, getPendingTransferExpirationTime, getTransferRequestTime, getTransferStatus
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
TransferResponse
public TransferResponse()
-