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.
> This parameter can be returned only on the China site (aliyun.com).
@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.
@NameInMap(value="Mail") public String mail
The status of the email address. Valid values:
* PENDING: The email address is not activated. Alert notifications can be sent to the email address only after the email address is activated.
* OK: The email address is activated and can receive alert notifications.
@NameInMap(value="SMS") public String SMS
The status of the phone number. Valid values:
* PENDING: The phone number is not activated. Alert notifications can be sent to the phone number by using text messages only after the phone number is activated.
* OK: The phone number is activated and can receive alert notifications.
> This parameter can be returned only on the China site (aliyun.com).
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 © 2024. All rights reserved.