public static class ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
notifyChannels
The notification methods.
|
String |
notifyEndTime
The end time of the notification window.
|
List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects> |
notifyObjects
The notification objects.
|
String |
notifyStartTime
The start time of the notification window.
|
| 构造器和说明 |
|---|
ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule() |
@NameInMap(value="NotifyChannels") public List<String> notifyChannels
The notification methods.
@NameInMap(value="NotifyEndTime") public String notifyEndTime
The end time of the notification window.
example:23:59
@NameInMap(value="NotifyObjects") public List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects> notifyObjects
The notification objects.
@NameInMap(value="NotifyStartTime") public String notifyStartTime
The start time of the notification window.
example:00:00
public ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule()
public static ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule build(Map<String,?> map) throws Exception
Exceptionpublic ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule setNotifyChannels(List<String> notifyChannels)
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule setNotifyEndTime(String notifyEndTime)
public String getNotifyEndTime()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule setNotifyObjects(List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects> notifyObjects)
public List<ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects> getNotifyObjects()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRule setNotifyStartTime(String notifyStartTime)
public String getNotifyStartTime()
Copyright © 2024. All rights reserved.