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.
* If the value of the `Channel` parameter is `WEBHOOK`, the status code is 200 or 500.
* If the value of the `Channel` parameter is `MAIL`, `SMS`, `SLS`, `ONCALL`, `FC`, or `MNS`, this parameter is empty or not returned.
@NameInMap(value="Detail") public String detail
The details of the returned results.
@NameInMap(value="RequestId") public String requestId
The request ID returned when CloudMonitor calls another cloud service.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true
* false
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 © 2024. All rights reserved.