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
,java.io.Serializable
,java.lang.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:
- Serialized Form
-
-
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
Constructors Constructor Description ContactPendingActionNotificationResponse()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PendingActionNotificationResponse.ContactPendingActionNotificationResponse
create(java.lang.String contactId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate)
-
Methods 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
-
-
-
-
Method Detail
-
create
public static PendingActionNotificationResponse.ContactPendingActionNotificationResponse create(java.lang.String contactId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate)
-
-