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