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