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