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