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