public static class DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aliIM
The TradeManager ID of the alert contact.
|
String |
dingWebHook
The webhook URL of the DingTalk chatbot.
|
String |
mail
The email address of the alert contact.
|
String |
SMS
The mobile number of the alert contact.
|
| 构造器和说明 |
|---|
DescribeContactListByContactGroupResponseBodyContactsContactChannels() |
@NameInMap(value="AliIM") public String aliIM
The TradeManager ID of the alert contact.
example:This parameter can be returned only on the China site (aliyun.com).
Alice
@NameInMap(value="DingWebHook") public String dingWebHook
The webhook URL of the DingTalk chatbot.
example:https://oapi.dingtalk.com/robot/send?access_token=9bf44f8189597d07dfdd7a123455ffc112****
@NameInMap(value="Mail") public String mail
The email address of the alert contact.
example:@NameInMap(value="SMS") public String SMS
The mobile number of the alert contact.
example:This parameter can be returned only on the China site (aliyun.com).
1333333****
public DescribeContactListByContactGroupResponseBodyContactsContactChannels()
public static DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels setAliIM(String aliIM)
public String getAliIM()
public DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels setDingWebHook(String dingWebHook)
public String getDingWebHook()
public DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels setMail(String mail)
public String getMail()
public DescribeContactListByContactGroupResponseBody.DescribeContactListByContactGroupResponseBodyContactsContactChannels setSMS(String SMS)
public String getSMS()
Copyright © 2026. All rights reserved.