public static final class DescribeContactListResponseBody.ChannelsState.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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)
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
public DescribeContactListResponseBody.ChannelsState.Builder dingWebHook(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
public DescribeContactListResponseBody.ChannelsState.Builder mail(String mail)
The status of the email address. Valid values:
PENDING
public DescribeContactListResponseBody.ChannelsState.Builder SMS(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 DescribeContactListResponseBody.ChannelsState build()
Copyright © 2026. All rights reserved.