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