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