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