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