Package google.registry.model.poll
Class PendingActionNotificationResponse.ContactPendingActionNotificationResponse
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.poll.PendingActionNotificationResponse
google.registry.model.poll.PendingActionNotificationResponse.ContactPendingActionNotificationResponse
- All Implemented Interfaces:
EppResponse.ResponseData
,UnsafeSerializable
,Serializable
,Cloneable
- Enclosing class:
PendingActionNotificationResponse
public static class PendingActionNotificationResponse.ContactPendingActionNotificationResponse
extends PendingActionNotificationResponse
An adapter to output the XML in response to resolving a pending command on a contact.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class google.registry.model.poll.PendingActionNotificationResponse
PendingActionNotificationResponse.ContactPendingActionNotificationResponse, PendingActionNotificationResponse.DomainPendingActionNotificationResponse, PendingActionNotificationResponse.HostPendingActionNotificationResponse
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 TypeMethodDescriptionMethods inherited from class google.registry.model.poll.PendingActionNotificationResponse
getActionResult, getNameAsString, getTrid, init
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
ContactPendingActionNotificationResponse
public ContactPendingActionNotificationResponse()
-
-
Method Details
-
create
public static PendingActionNotificationResponse.ContactPendingActionNotificationResponse create(String contactId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate)
-