Package google.registry.model.poll
Class PendingActionNotificationResponse
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.poll.PendingActionNotificationResponse
- All Implemented Interfaces:
EppResponse.ResponseData
,UnsafeSerializable
,Serializable
,Cloneable
- Direct Known Subclasses:
PendingActionNotificationResponse.ContactPendingActionNotificationResponse
,PendingActionNotificationResponse.DomainPendingActionNotificationResponse
,PendingActionNotificationResponse.HostPendingActionNotificationResponse
@Embeddable
public class PendingActionNotificationResponse
extends ImmutableObject
implements EppResponse.ResponseData, UnsafeSerializable
The
EppResponse.ResponseData
returned when completing a pending action on a domain.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An adapter to output the XML in response to resolving a pending command on a contact.static class
An adapter to output the XML in response to resolving a pending command on a domain.static class
An adapter to output the XML in response to resolving a pending command on a host.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 TypeMethodDescriptionboolean
getTrid()
protected static <T extends PendingActionNotificationResponse>
Tinit
(T response, String nameOrId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
PendingActionNotificationResponse
public PendingActionNotificationResponse()
-
-
Method Details
-
getNameAsString
-
getTrid
-
getActionResult
public boolean getActionResult() -
init
protected static <T extends PendingActionNotificationResponse> T init(T response, String nameOrId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate)
-