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