public static class CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
notifyChannels
通知对象为联系人时的单独的联系方式
|
Long |
notifyObjectId
The ID of the notification contact.
|
String |
notifyObjectName
The name of the notification contact.
|
String |
notifyObjectType
The type of the notification contact.
|
| 构造器和说明 |
|---|
CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects() |
@NameInMap(value="NotifyChannels") public List<String> notifyChannels
通知对象为联系人时的单独的联系方式
@NameInMap(value="NotifyObjectId") public Long notifyObjectId
The ID of the notification contact.
example:123
@NameInMap(value="NotifyObjectName") public String notifyObjectName
The name of the notification contact.
example:test
@NameInMap(value="NotifyObjectType") public String notifyObjectType
The type of the notification contact. Valid values:
CONTACT
public CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects()
public static CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects setNotifyChannels(List<String> notifyChannels)
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects setNotifyObjectId(Long notifyObjectId)
public Long getNotifyObjectId()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects setNotifyObjectName(String notifyObjectName)
public String getNotifyObjectName()
public CreateOrUpdateNotificationPolicyResponseBody.CreateOrUpdateNotificationPolicyResponseBodyNotificationPolicyNotifyRuleNotifyObjects setNotifyObjectType(String notifyObjectType)
public String getNotifyObjectType()
Copyright © 2024. All rights reserved.