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