public class DescribeMonitorGroupNotifyPolicyListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The error message.
|
DescribeMonitorGroupNotifyPolicyListResponseBody.DescribeMonitorGroupNotifyPolicyListResponseBodyNotifyPolicyList |
notifyPolicyList
The returned policies.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the request was successful.
|
Integer |
total
The total number of entries returned.
|
| 构造器和说明 |
|---|
DescribeMonitorGroupNotifyPolicyListResponseBody() |
@NameInMap(value="Code") public String code
The status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="NotifyPolicyList") public DescribeMonitorGroupNotifyPolicyListResponseBody.DescribeMonitorGroupNotifyPolicyListResponseBodyNotifyPolicyList notifyPolicyList
The returned policies.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public String success
Indicates whether the request was successful. Valid values:
* true
* false
@NameInMap(value="Total") public Integer total
The total number of entries returned.
public DescribeMonitorGroupNotifyPolicyListResponseBody()
public static DescribeMonitorGroupNotifyPolicyListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMonitorGroupNotifyPolicyListResponseBody setCode(String code)
public String getCode()
public DescribeMonitorGroupNotifyPolicyListResponseBody setMessage(String message)
public String getMessage()
public DescribeMonitorGroupNotifyPolicyListResponseBody setNotifyPolicyList(DescribeMonitorGroupNotifyPolicyListResponseBody.DescribeMonitorGroupNotifyPolicyListResponseBodyNotifyPolicyList notifyPolicyList)
public DescribeMonitorGroupNotifyPolicyListResponseBody.DescribeMonitorGroupNotifyPolicyListResponseBodyNotifyPolicyList getNotifyPolicyList()
public DescribeMonitorGroupNotifyPolicyListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMonitorGroupNotifyPolicyListResponseBody setSuccess(String success)
public String getSuccess()
public DescribeMonitorGroupNotifyPolicyListResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2024. All rights reserved.