public static class DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
detail
The details of the returned results.
|
List<String> |
notifyTargetList |
String |
requestId
The request ID returned when CloudMonitor calls another cloud service.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList() |
@NameInMap(value="Code") public String code
The HTTP status code.
Channel parameter is WEBHOOK, the status code is 200 or 500.Channel parameter is MAIL, SMS, SLS, ONCALL, FC, or MNS, this parameter is empty or not returned.200
@NameInMap(value="Detail") public String detail
The details of the returned results.
example:{ }
@NameInMap(value="RequestId") public String requestId
The request ID returned when CloudMonitor calls another cloud service.
example:0BDAF8A8-04DC-5F0C-90E4-724D42C4****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList()
public static DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList setCode(String code)
public String getCode()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList setDetail(String detail)
public String getDetail()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList setRequestId(String requestId)
public String getRequestId()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList setNotifyTargetList(List<String> notifyTargetList)
Copyright © 2026. All rights reserved.