public static class PutEventRuleTargetsResponseBody.PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactGroupName
The name of the alert contact group.
|
Integer |
id
The ID of the recipient.
|
String |
level
The alert level and the corresponding notification methods.
|
| 构造器和说明 |
|---|
PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter() |
@NameInMap(value="ContactGroupName") public String contactGroupName
The name of the alert contact group.
@NameInMap(value="Id") public Integer id
The ID of the recipient.
@NameInMap(value="Level") public String level
The alert level and the corresponding notification methods. Valid values:
4: Alert notifications are sent by using DingTalk chatbots and emails.
public PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter()
public static PutEventRuleTargetsResponseBody.PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter build(Map<String,?> map) throws Exception
Exceptionpublic PutEventRuleTargetsResponseBody.PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter setContactGroupName(String contactGroupName)
public String getContactGroupName()
public PutEventRuleTargetsResponseBody.PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter setId(Integer id)
public Integer getId()
public PutEventRuleTargetsResponseBody.PutEventRuleTargetsResponseBodyFailedContactParametersContactParameter setLevel(String level)
public String getLevel()
Copyright © 2024. All rights reserved.