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 one-click alert 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.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Datapoints") public String datapoints
The information about the services for which one-click alert is enabled. Services are separated with commas (,). Valid values:
* ecs: Elastic Compute Service (ECS)
* rds: ApsaraDB RDS
* slb: Server Load Balancer (SLB)
* redis_standard: ApsaraDB for Redis of the standard architecture
* redis_sharding: ApsaraDB for Redis of the cluster architecture
* redis_splitrw: ApsaraDB for Redis of the read/write splitting architecture
* mongodb: ApsaraDB for MongoDB of the replica set architecture
* mongodb_sharding: ApsaraDB for MongoDB of the sharded cluster architecture
* hbase: ApsaraDB for HBase
* elasticsearch: Elasticsearch
* opensearch: OpenSearch
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
* true: The request was successful.
* false: The request failed.
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 © 2024. All rights reserved.