public static class ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
notifyChannels
The notification methods specified for a contact.
|
Long |
notifyObjectId
The ID of the notification object.
|
String |
notifyObjectName
The name of the notification object.
|
String |
notifyObjectType
The type of the notification object.
|
| 构造器和说明 |
|---|
ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects() |
@NameInMap(value="NotifyChannels") public List<String> notifyChannels
The notification methods specified for a contact.
@NameInMap(value="NotifyObjectId") public Long notifyObjectId
The ID of the notification object.
example:123
@NameInMap(value="NotifyObjectName") public String notifyObjectName
The name of the notification object.
example:test
@NameInMap(value="NotifyObjectType") public String notifyObjectType
The type of the notification object. Valid values:
CONTACT
public ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects()
public static ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects build(Map<String,?> map) throws Exception
Exceptionpublic ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects setNotifyChannels(List<String> notifyChannels)
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects setNotifyObjectId(Long notifyObjectId)
public Long getNotifyObjectId()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects setNotifyObjectName(String notifyObjectName)
public String getNotifyObjectName()
public ListNotificationPoliciesResponseBody.ListNotificationPoliciesResponseBodyPageBeanNotificationPoliciesNotifyRuleNotifyObjects setNotifyObjectType(String notifyObjectType)
public String getNotifyObjectType()
Copyright © 2024. All rights reserved.