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