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