public class ListPrometheusAlertRulesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
code |
String |
message |
List<ListPrometheusAlertRulesResponseBody.ListPrometheusAlertRulesResponseBodyPrometheusAlertRules> |
prometheusAlertRules |
String |
requestId
example:
9FEA6D00-317F-45E3-9004-7FB8B0B7****
|
Boolean |
success |
| 构造器和说明 |
|---|
ListPrometheusAlertRulesResponseBody() |
@NameInMap(value="Code") public Long code
@NameInMap(value="Message") public String message
@NameInMap(value="PrometheusAlertRules") public List<ListPrometheusAlertRulesResponseBody.ListPrometheusAlertRulesResponseBodyPrometheusAlertRules> prometheusAlertRules
@NameInMap(value="RequestId") public String requestId
9FEA6D00-317F-45E3-9004-7FB8B0B7****
@NameInMap(value="Success") public Boolean success
public static ListPrometheusAlertRulesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListPrometheusAlertRulesResponseBody setCode(Long code)
public Long getCode()
public ListPrometheusAlertRulesResponseBody setMessage(String message)
public String getMessage()
public ListPrometheusAlertRulesResponseBody setPrometheusAlertRules(List<ListPrometheusAlertRulesResponseBody.ListPrometheusAlertRulesResponseBodyPrometheusAlertRules> prometheusAlertRules)
public List<ListPrometheusAlertRulesResponseBody.ListPrometheusAlertRulesResponseBodyPrometheusAlertRules> getPrometheusAlertRules()
public ListPrometheusAlertRulesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListPrometheusAlertRulesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.