public static class DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
aliIM
The status of the TradeManager ID.
|
String |
dingWebHook
The status of the DingTalk chatbot.
|
String |
mail
The status of the email address.
|
String |
SMS
The status of the phone number.
|
| 构造器和说明 |
|---|
DescribeContactListResponseBodyContactsContactChannelsState() |
@NameInMap(value="AliIM") public String aliIM
The status of the TradeManager ID.
Valid value: OK. The value OK indicates that the TradeManager ID is valid and can receive alert notifications.
example:This parameter applies only to the Alibaba Cloud China site (aliyun.com).
OK
@NameInMap(value="DingWebHook") public String dingWebHook
The status of the DingTalk chatbot.
Valid value: OK. The value OK indicates that the DingTalk chatbot is normal and alert notifications can be received in a DingTalk group.
example:OK
@NameInMap(value="Mail") public String mail
The status of the email address. Valid values:
PENDING
@NameInMap(value="SMS") public String SMS
The status of the phone number. Valid values:
example:This parameter applies only to the Alibaba Cloud China site (aliyun.com).
OK
public DescribeContactListResponseBodyContactsContactChannelsState()
public static DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState setAliIM(String aliIM)
public String getAliIM()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState setDingWebHook(String dingWebHook)
public String getDingWebHook()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState setMail(String mail)
public String getMail()
public DescribeContactListResponseBody.DescribeContactListResponseBodyContactsContactChannelsState setSMS(String SMS)
public String getSMS()
Copyright © 2026. All rights reserved.