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