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