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