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