@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-01T15:03:22.973823-07:00[America/Los_Angeles]")
public class CreateWebhookResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_WEBHOOK |
| Constructor and Description |
|---|
CreateWebhookResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Webhook |
getWebhook()
Get webhook
|
int |
hashCode() |
void |
setWebhook(Webhook webhook) |
java.lang.String |
toString() |
CreateWebhookResponse |
webhook(Webhook webhook) |
public static final java.lang.String SERIALIZED_NAME_WEBHOOK
public CreateWebhookResponse webhook(Webhook webhook)
public Webhook getWebhook()
public void setWebhook(Webhook webhook)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object