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