public class WebhookInfo extends Object
| Constructor and Description |
|---|
WebhookInfo() |
WebhookInfo(String url) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedUpdates() |
Integer |
getMaxConnections() |
String |
getUrl() |
void |
setAllowedUpdates(List<String> allowedUpdates) |
void |
setMaxConnections(Integer maxConnections) |
void |
setUrl(String url) |
String |
toString() |
public WebhookInfo()
public WebhookInfo(String url)
Apache Camel