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:
  • Constructor Details

    • PendingActionNotificationResponse

      public PendingActionNotificationResponse()
  • Method Details

    • getNameAsString

      public String getNameAsString()
    • getTrid

      public Trid 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)