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