public class UpdatePrometheusAlertRuleResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UpdatePrometheusAlertRuleResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
UpdatePrometheusAlertRuleResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdatePrometheusAlertRuleResponse |
build(Map<String,?> map) |
UpdatePrometheusAlertRuleResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
UpdatePrometheusAlertRuleResponse |
setBody(UpdatePrometheusAlertRuleResponseBody body) |
UpdatePrometheusAlertRuleResponse |
setHeaders(Map<String,String> headers) |
UpdatePrometheusAlertRuleResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public UpdatePrometheusAlertRuleResponseBody body
public static UpdatePrometheusAlertRuleResponse build(Map<String,?> map) throws Exception
Exceptionpublic UpdatePrometheusAlertRuleResponse setHeaders(Map<String,String> headers)
public UpdatePrometheusAlertRuleResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdatePrometheusAlertRuleResponse setBody(UpdatePrometheusAlertRuleResponseBody body)
public UpdatePrometheusAlertRuleResponseBody getBody()
Copyright © 2024. All rights reserved.