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