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