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
,java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
TransferResponse.ContactTransferResponse
,TransferResponse.DomainTransferResponse
@Embeddable public class TransferResponse extends BaseTransferObject implements EppResponse.ResponseData
A response to a transfer command on aEppResource
. This base class contains fields that are common to all transfer responses; derived classes add resource specific fields.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransferResponse.ContactTransferResponse
An adapter to output the XML in response to a transfer command on a contact.static class
TransferResponse.DomainTransferResponse
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
Constructors Constructor Description TransferResponse()
-
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
-
-