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