Package google.registry.model.transfer
Class ContactTransferData
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.transfer.BaseTransferObject
-
- google.registry.model.transfer.TransferData
-
- google.registry.model.transfer.ContactTransferData
-
- All Implemented Interfaces:
Buildable
,UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
@Embeddable public class ContactTransferData extends TransferData
Transfer data for contact.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactTransferData.Builder
-
Nested classes/interfaces inherited from class google.registry.model.transfer.TransferData
TransferData.TransferServerApproveEntity
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
Nested classes/interfaces inherited from interface google.registry.model.Buildable
Buildable.GenericBuilder<S,B extends Buildable.GenericBuilder<?,?>>, Buildable.Overlayable<T>
-
-
Field Summary
Fields Modifier and Type Field Description static ContactTransferData
EMPTY
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description ContactTransferData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactTransferData.Builder
asBuilder()
protected ContactTransferData.Builder
createEmptyBuilder()
boolean
isEmpty()
-
Methods inherited from class google.registry.model.transfer.TransferData
copyConstantFieldsToBuilder, getHistoryEntryId, getServerApproveEntities, getTransferRequestTrid
-
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
-
-
-
-
Field Detail
-
EMPTY
public static final ContactTransferData EMPTY
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in classTransferData
-
createEmptyBuilder
protected ContactTransferData.Builder createEmptyBuilder()
- Specified by:
createEmptyBuilder
in classTransferData
-
asBuilder
public ContactTransferData.Builder asBuilder()
- Specified by:
asBuilder
in interfaceBuildable
- Specified by:
asBuilder
in classTransferData
-
-