public class WebhookDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WebhookDto.ContentType
请求数据格式
|
| 构造器和说明 |
|---|
WebhookDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
WebhookDto.ContentType |
getContentType() |
String |
getCreatedAt() |
Boolean |
getEnabled() |
List<String> |
getEvents() |
String |
getName() |
String |
getSecret() |
String |
getUpdatedAt() |
String |
getUrl() |
String |
getWebhookId() |
void |
setContentType(WebhookDto.ContentType contentType) |
void |
setCreatedAt(String createdAt) |
void |
setEnabled(Boolean enabled) |
void |
setEvents(List<String> events) |
void |
setName(String name) |
void |
setSecret(String secret) |
void |
setUpdatedAt(String updatedAt) |
void |
setUrl(String url) |
void |
setWebhookId(String webhookId) |
public String getWebhookId()
public void setWebhookId(String webhookId)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public WebhookDto.ContentType getContentType()
public void setContentType(WebhookDto.ContentType contentType)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getSecret()
public void setSecret(String secret)
Copyright © 2022. All rights reserved.