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