public class DescribeContactListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
DescribeContactListResponseBody.DescribeContactListResponseBodyContacts |
contacts
The alert contacts.
|
String |
message
The error message returned.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
Integer |
total
The total number of entries returned.
|
| 构造器和说明 |
|---|
DescribeContactListResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Contacts") public DescribeContactListResponseBody.DescribeContactListResponseBodyContacts contacts
The alert contacts.
@NameInMap(value="Message") public String message
The error message returned.
example:The Request is not authorization.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:06D5ECC2-B9BE-42A4-8FA3-1A610FB08B83
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="Total") public Integer total
The total number of entries returned.
example:15
public static DescribeContactListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactListResponseBody setCode(String code)
public String getCode()
public DescribeContactListResponseBody setContacts(DescribeContactListResponseBody.DescribeContactListResponseBodyContacts contacts)
public DescribeContactListResponseBody.DescribeContactListResponseBodyContacts getContacts()
public DescribeContactListResponseBody setMessage(String message)
public String getMessage()
public DescribeContactListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeContactListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeContactListResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2026. All rights reserved.