public static final class DescribeContactListResponseBody.ChannelsState.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeContactListResponseBody.ChannelsState.Builder |
aliIM(String aliIM)
The status of the TradeManager ID.
|
DescribeContactListResponseBody.ChannelsState |
build() |
DescribeContactListResponseBody.ChannelsState.Builder |
dingWebHook(String dingWebHook)
The status of the DingTalk chatbot.
|
DescribeContactListResponseBody.ChannelsState.Builder |
mail(String mail)
The status of the email address.
|
DescribeContactListResponseBody.ChannelsState.Builder |
SMS(String SMS)
The status of the phone number.
|
public DescribeContactListResponseBody.ChannelsState.Builder aliIM(String aliIM)
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).
public DescribeContactListResponseBody.ChannelsState.Builder dingWebHook(String dingWebHook)
Valid value: OK. The value OK indicates that the DingTalk chatbot is normal and alert notifications can be received in a DingTalk group.
public DescribeContactListResponseBody.ChannelsState.Builder mail(String mail)
* 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.
public DescribeContactListResponseBody.ChannelsState.Builder SMS(String SMS)
* 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 DescribeContactListResponseBody.ChannelsState build()
Copyright © 2024. All rights reserved.