public static class DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the contact or contact group.
|
String |
notifyObjectId
The ID of the contact or contact group.
|
String |
notifyType
The type of the alert contact.
|
| 构造器和说明 |
|---|
DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects() |
@NameInMap(value="Name") public String name
The name of the contact or contact group.
example:JohnDoe
@NameInMap(value="NotifyObjectId") public String notifyObjectId
The ID of the contact or contact group.
example:1
@NameInMap(value="NotifyType") public String notifyType
The type of the alert contact. Valid values:
CONTACT: contactCONTACT_GROUP: contact groupCONTACT
public DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects()
public static DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects setName(String name)
public String getName()
public DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects setNotifyObjectId(String notifyObjectId)
public String getNotifyObjectId()
public DescribeDispatchRuleResponseBody.DescribeDispatchRuleResponseBodyDispatchRuleNotifyRulesNotifyObjects setNotifyType(String notifyType)
public String getNotifyType()
Copyright © 2024. All rights reserved.