public class CheckWebhookRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
|
String |
webhook
|
构造器和说明 |
---|
CheckWebhookRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CheckWebhookRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getWebhook() |
String |
getWebhookType() |
CheckWebhookRequest |
setClientToken(String clientToken) |
CheckWebhookRequest |
setWebhook(String webhook) |
CheckWebhookRequest |
setWebhookType(String webhookType) |
@NameInMap(value="clientToken") public String clientToken
FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
@NameInMap(value="webhook") public String webhook
@NameInMap(value="webhookType") public String webhookType
DING_GROUP
public static CheckWebhookRequest build(Map<String,?> map) throws Exception
Exception
public CheckWebhookRequest setClientToken(String clientToken)
public String getClientToken()
public CheckWebhookRequest setWebhook(String webhook)
public String getWebhook()
public CheckWebhookRequest setWebhookType(String webhookType)
public String getWebhookType()
Copyright © 2024. All rights reserved.