public class WebhookResult extends Object
| Constructor and Description |
|---|
WebhookResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
boolean |
isOk() |
boolean |
isResult() |
void |
setDescription(String description) |
void |
setOk(boolean ok) |
void |
setResult(boolean result) |
String |
toString() |
Apache Camel