public class DescribeMetricRuleBlackListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The categories of the Alibaba Cloud service.
|
List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> |
describeMetricRuleBlackList
The queried blacklist policies.
|
String |
message
The error message.
|
String |
requestId
The namespace of the cloud service.
|
Boolean |
success
The namespace of the cloud service.
|
Integer |
total
The timestamp when the blacklist policy was created.
|
| 构造器和说明 |
|---|
DescribeMetricRuleBlackListResponseBody() |
@NameInMap(value="Code") public String code
The categories of the Alibaba Cloud service. For example, ApsaraDB for Redis includes the following categories: ApsaraDB for Redis (standard architecture), ApsaraDB for Redis (cluster architecture), and ApsaraDB for Redis (read/write splitting architecture). In this case, the valid values of this parameter for ApsaraDB for Redis include kvstore_standard, kvstore_sharding, and kvstore_splitrw.
200
@NameInMap(value="DescribeMetricRuleBlackList") public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> describeMetricRuleBlackList
The queried blacklist policies.
@NameInMap(value="Message") public String message
The error message.
example:The Request is not authorization.
@NameInMap(value="RequestId") public String requestId
The namespace of the cloud service.
example:D63E76CB-29AA-5B9F-88CE-400A6F28D428
@NameInMap(value="Success") public Boolean success
The namespace of the cloud service.
For more information about the namespaces of different cloud services, see Appendix 1: Metrics.
example:true
@NameInMap(value="Total") public Integer total
The timestamp when the blacklist policy was created.
Unit: milliseconds.
example:1
public static DescribeMetricRuleBlackListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleBlackListResponseBody setCode(String code)
public String getCode()
public DescribeMetricRuleBlackListResponseBody setDescribeMetricRuleBlackList(List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> describeMetricRuleBlackList)
public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> getDescribeMetricRuleBlackList()
public DescribeMetricRuleBlackListResponseBody setMessage(String message)
public String getMessage()
public DescribeMetricRuleBlackListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeMetricRuleBlackListResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public DescribeMetricRuleBlackListResponseBody setTotal(Integer total)
public Integer getTotal()
Copyright © 2026. All rights reserved.