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