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