public final class SendNotificationResponse
extends java.lang.Object
| Constructor and Description |
|---|
SendNotificationResponse(SendNotificationRequest request,
SendNotificationResponseType responseType,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
SendNotificationRequest |
getRequest() |
SendNotificationResponseType |
getResponseType() |
java.lang.Throwable |
getThrowable() |
static SendNotificationResponse |
newFailure(SendNotificationRequest request,
java.lang.Throwable throwable) |
static SendNotificationResponse |
newSuccess(SendNotificationRequest request) |
public SendNotificationResponse(SendNotificationRequest request, SendNotificationResponseType responseType, java.lang.Throwable throwable)
public static SendNotificationResponse newFailure(SendNotificationRequest request, java.lang.Throwable throwable)
public static SendNotificationResponse newSuccess(SendNotificationRequest request)
public SendNotificationRequest getRequest()
public SendNotificationResponseType getResponseType()
public java.lang.Throwable getThrowable()