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