public class DescribeContactGroupListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
Status code.
|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList |
contactGroupList
List of alarm contact groups.
|
DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups |
contactGroups
List of alarm contact groups.
|
String |
message
Return message.
|
String |
requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
|
Boolean |
success
Indicates whether the operation was successful.
|
Integer |
total
Total number of records.
|
| 构造器和说明 |
|---|
DescribeContactGroupListResponseBody() |
@NameInMap(value="Code") public String code
Status code. Note that 200 indicates success.
example:200
@NameInMap(value="ContactGroupList") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroupList contactGroupList
List of alarm contact groups.
@NameInMap(value="ContactGroups") public DescribeContactGroupListResponseBody.DescribeContactGroupListResponseBodyContactGroups contactGroups
List of alarm contact groups.
@NameInMap(value="Message") public String message
Return message.
example:success
@NameInMap(value="RequestId") public String requestId
The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.
example:916EE694-03C2-47B6-85EE-5054E3C168D3
@NameInMap(value="Success") public Boolean success
Indicates whether the operation was successful. Values:
true: Success.
false: Failure.
true
@NameInMap(value="Total") public Integer total
Total number of records.
example:22
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 © 2026. All rights reserved.