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