public static final class DescribeContactListResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeContactListResponseBody |
build() |
DescribeContactListResponseBody.Builder |
code(String code)
The description of the alert contact.
|
DescribeContactListResponseBody.Builder |
contacts(DescribeContactListResponseBody.Contacts contacts)
The status of the phone number.
|
DescribeContactListResponseBody.Builder |
message(String message)
The language in which the alert information is displayed.
|
DescribeContactListResponseBody.Builder |
requestId(String requestId)
The number of entries to return on each page.
|
DescribeContactListResponseBody.Builder |
success(Boolean success)
The TradeManager ID of the alert contact.
|
DescribeContactListResponseBody.Builder |
total(Integer total)
The total number of returned entries.
|
public DescribeContactListResponseBody.Builder code(String code)
public DescribeContactListResponseBody.Builder contacts(DescribeContactListResponseBody.Contacts contacts)
* 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.Builder message(String message)
* zh-cn: simplified Chinese * en: English
public DescribeContactListResponseBody.Builder requestId(String requestId)
Default value: 100.
public DescribeContactListResponseBody.Builder success(Boolean success)
public DescribeContactListResponseBody.Builder total(Integer total)
public DescribeContactListResponseBody build()
Copyright © 2023. All rights reserved.