-
public final class WebhookRedriveResult
-
-
Constructor Summary
Constructors Constructor Description WebhookRedriveResult(Boolean success, UUID webhookResultId, String message)
-
Method Summary
Modifier and Type Method Description final BooleangetSuccess()final UUIDgetWebhookResultId()final StringgetMessage()-
-
Method Detail
-
getSuccess
final Boolean getSuccess()
-
getWebhookResultId
final UUID getWebhookResultId()
-
getMessage
final String getMessage()
-
-
-
-