public class DescribePrometheusAlertRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
code |
String |
message |
DescribePrometheusAlertRuleResponseBody.DescribePrometheusAlertRuleResponseBodyPrometheusAlertRule |
prometheusAlertRule
The returned struct.
|
String |
requestId
The ID of the request.
|
Boolean |
success |
| 构造器和说明 |
|---|
DescribePrometheusAlertRuleResponseBody() |
@NameInMap(value="Code") public Long code
@NameInMap(value="Message") public String message
@NameInMap(value="PrometheusAlertRule") public DescribePrometheusAlertRuleResponseBody.DescribePrometheusAlertRuleResponseBodyPrometheusAlertRule prometheusAlertRule
The returned struct.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:9FEA6D00-317F-45E3-9004-7FB8B0B7****
@NameInMap(value="Success") public Boolean success
public static DescribePrometheusAlertRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribePrometheusAlertRuleResponseBody setCode(Long code)
public Long getCode()
public DescribePrometheusAlertRuleResponseBody setMessage(String message)
public String getMessage()
public DescribePrometheusAlertRuleResponseBody setPrometheusAlertRule(DescribePrometheusAlertRuleResponseBody.DescribePrometheusAlertRuleResponseBodyPrometheusAlertRule prometheusAlertRule)
public DescribePrometheusAlertRuleResponseBody.DescribePrometheusAlertRuleResponseBodyPrometheusAlertRule getPrometheusAlertRule()
public DescribePrometheusAlertRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribePrometheusAlertRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.