public class DescribeMetricRuleBlackListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The categories of the Alibaba Cloud service.
|
List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> |
describeMetricRuleBlackList
The timestamp when the blacklist policy started to take effect.
|
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`.
@NameInMap(value="DescribeMetricRuleBlackList") public List<DescribeMetricRuleBlackListResponseBody.DescribeMetricRuleBlackListResponseBodyDescribeMetricRuleBlackList> describeMetricRuleBlackList
The timestamp when the blacklist policy started to take effect.
Unit: milliseconds.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The namespace of the cloud service.
@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](~~163515~~).
@NameInMap(value="Total") public Integer total
The timestamp when the blacklist policy was created.
Unit: milliseconds.
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 © 2024. All rights reserved.