public class DescribeContactGroupListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList |
contactGroupList
The information about alert groups that were queried.
|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups |
contactGroups
The names of alert groups.
|
String |
message
The returned message.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the call was successful.
|
Integer |
total
The total number of the returned entries.
|
| 构造器和说明 |
|---|
DescribeContactGroupListResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call was successful.
@NameInMap(value="ContactGroupList") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList contactGroupList
The information about alert groups that were queried.
@NameInMap(value="ContactGroups") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups contactGroups
The names of alert groups.
@NameInMap(value="Message") public String message
The returned message.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
* true: The call was successful.
* false: The call failed.
@NameInMap(value="Total") public Integer total
The total number of the returned entries.
public static DescribeContactGroupListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeContactGroupListResponseBody setCode(String code)
public String getCode()
public DescribeContactGroupListResponseBody setContactGroupList(DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList contactGroupList)
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList getContactGroupList()
public DescribeContactGroupListResponseBody setContactGroups(DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups contactGroups)
public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups getContactGroups()
public DescribeContactGroupListResponseBody setMessage(String message)
public String getMessage()
public DescribeContactGroupListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeContactGroupListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeContactGroupListResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.