public class DescribeProductsOfActiveMetricRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DescribeProductsOfActiveMetricRuleResponseBody.DescribeProductsOfActiveMetricRuleResponseBodyAllProductInitMetricRuleList |
allProductInitMetricRuleList
The information about the services for which one-click alert is enabled.
|
Integer |
code
The HTTP status code.
|
String |
datapoints
The information about the services for which the initiative alert feature is enabled.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeProductsOfActiveMetricRuleResponseBody() |
@NameInMap(value="AllProductInitMetricRuleList") public DescribeProductsOfActiveMetricRuleResponseBody.DescribeProductsOfActiveMetricRuleResponseBodyAllProductInitMetricRuleList allProductInitMetricRuleList
The information about the services for which one-click alert is enabled.
@NameInMap(value="Code") public Integer code
The HTTP status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Datapoints") public String datapoints
The information about the services for which the initiative alert feature is enabled. Services are separated with commas (,). Valid values:
ecs,rds
@NameInMap(value="Message") public String message
The error message.
example:The Request is not authorization.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:F82E6667-7811-4BA0-842F-5B2DC42BBAAD
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public DescribeProductsOfActiveMetricRuleResponseBody()
public static DescribeProductsOfActiveMetricRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeProductsOfActiveMetricRuleResponseBody setAllProductInitMetricRuleList(DescribeProductsOfActiveMetricRuleResponseBody.DescribeProductsOfActiveMetricRuleResponseBodyAllProductInitMetricRuleList allProductInitMetricRuleList)
public DescribeProductsOfActiveMetricRuleResponseBody.DescribeProductsOfActiveMetricRuleResponseBodyAllProductInitMetricRuleList getAllProductInitMetricRuleList()
public DescribeProductsOfActiveMetricRuleResponseBody setCode(Integer code)
public Integer getCode()
public DescribeProductsOfActiveMetricRuleResponseBody setDatapoints(String datapoints)
public String getDatapoints()
public DescribeProductsOfActiveMetricRuleResponseBody setMessage(String message)
public String getMessage()
public DescribeProductsOfActiveMetricRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeProductsOfActiveMetricRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.