public static class DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListWebhookList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code of the alert callback.
|
String |
message
The message returned for the alert callback.
|
String |
url
The callback URL.
|
| 构造器和说明 |
|---|
DescribeAlertLogListResponseBodyAlertLogListWebhookList() |
@NameInMap(value="code") public String code
The status code of the alert callback.
@NameInMap(value="message") public String message
The message returned for the alert callback.
@NameInMap(value="url") public String url
The callback URL.
public DescribeAlertLogListResponseBodyAlertLogListWebhookList()
public static DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListWebhookList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListWebhookList setCode(String code)
public String getCode()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListWebhookList setMessage(String message)
public String getMessage()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListWebhookList setUrl(String url)
public String getUrl()
Copyright © 2024. All rights reserved.