public static class DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList> |
channelResultList
The list of sending results that are categorized by notification method.
|
String |
resultCode
Indicates whether the alert notifications are sent.
|
| 构造器和说明 |
|---|
DescribeAlertLogListResponseBodyAlertLogListSendDetail() |
@NameInMap(value="ChannelResultList") public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList> channelResultList
The list of sending results that are categorized by notification method.
@NameInMap(value="ResultCode") public String resultCode
Indicates whether the alert notifications are sent.
* If the alert notifications are sent, the value "success" is returned.
* If the configuration is invalid, no alert notification is sent and an error code is returned.
public DescribeAlertLogListResponseBodyAlertLogListSendDetail()
public static DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetail build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetail setChannelResultList(List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList> channelResultList)
public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList> getChannelResultList()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetail setResultCode(String resultCode)
public String getResultCode()
Copyright © 2024. All rights reserved.