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