public static class CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContact
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContactWebhook |
webhook
The information about the webhook alert contact.
|
Float |
webhookId
The ID of the webhook alert contact.
|
String |
webhookName
The name of the webhook alert contact.
|
| 构造器和说明 |
|---|
CreateOrUpdateWebhookContactResponseBodyWebhookContact() |
@NameInMap(value="Webhook") public CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContactWebhook webhook
The information about the webhook alert contact.
@NameInMap(value="WebhookId") public Float webhookId
The ID of the webhook alert contact.
example:123
@NameInMap(value="WebhookName") public String webhookName
The name of the webhook alert contact.
example:Webhook alert
public CreateOrUpdateWebhookContactResponseBodyWebhookContact()
public static CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContact build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContact setWebhook(CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContactWebhook webhook)
public CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContactWebhook getWebhook()
public CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContact setWebhookId(Float webhookId)
public Float getWebhookId()
public CreateOrUpdateWebhookContactResponseBody.CreateOrUpdateWebhookContactResponseBodyWebhookContact setWebhookName(String webhookName)
public String getWebhookName()
Copyright © 2024. All rights reserved.