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