public static class DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
channel
The method that is used to send alert notifications.
|
List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList> |
resultList
The sending results of alert notifications.
|
| 构造器和说明 |
|---|
DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList() |
@NameInMap(value="Channel") public String channel
The method that is used to send alert notifications. Valid values:
* MAIL: email
* SMS: text message
* WEBHOOK: alert callback
* SLS: Simple Log Service
* ONCALL: phone call
* FC: Function Compute
* MNS: Message Service queue
@NameInMap(value="ResultList") public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList> resultList
The sending results of alert notifications.
public DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList()
public static DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList setChannel(String channel)
public String getChannel()
public DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultList setResultList(List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList> resultList)
public List<DescribeAlertLogListResponseBody.DescribeAlertLogListResponseBodyAlertLogListSendDetailChannelResultListResultList> getResultList()
Copyright © 2024. All rights reserved.