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
,java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
PendingActionNotificationResponse.ContactPendingActionNotificationResponse
,PendingActionNotificationResponse.DomainPendingActionNotificationResponse
,PendingActionNotificationResponse.HostPendingActionNotificationResponse
@Embeddable public class PendingActionNotificationResponse extends ImmutableObject implements EppResponse.ResponseData, UnsafeSerializable
TheEppResponse.ResponseData
returned when completing a pending action on a domain.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PendingActionNotificationResponse.ContactPendingActionNotificationResponse
An adapter to output the XML in response to resolving a pending command on a contact.static class
PendingActionNotificationResponse.DomainPendingActionNotificationResponse
An adapter to output the XML in response to resolving a pending command on a domain.static class
PendingActionNotificationResponse.HostPendingActionNotificationResponse
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
Constructors Constructor Description PendingActionNotificationResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getActionResult()
java.lang.String
getNameAsString()
Trid
getTrid()
protected static <T extends PendingActionNotificationResponse>
Tinit(T response, java.lang.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
-
-
-
-
Method Detail
-
getNameAsString
public java.lang.String getNameAsString()
-
getTrid
public Trid getTrid()
-
getActionResult
public boolean getActionResult()
-
init
protected static <T extends PendingActionNotificationResponse> T init(T response, java.lang.String nameOrId, boolean actionResult, Trid trid, org.joda.time.DateTime processedDate)
-
-