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