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