public class GetDbExportDownloadURLResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDbExportDownloadURLResponseBody.GetDbExportDownloadURLResponseBodyDownloadURLResult |
| 限定符和类型 | 字段和说明 |
|---|---|
GetDbExportDownloadURLResponseBody.GetDbExportDownloadURLResponseBodyDownloadURLResult |
downloadURLResult |
String |
errorCode
example:
UnknownError
|
String |
errorMessage
example:
UnknownError
|
String |
requestId
example:
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
GetDbExportDownloadURLResponseBody() |
@NameInMap(value="DownloadURLResult") public GetDbExportDownloadURLResponseBody.GetDbExportDownloadURLResponseBodyDownloadURLResult downloadURLResult
@NameInMap(value="ErrorCode") public String errorCode
UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
UnknownError
@NameInMap(value="RequestId") public String requestId
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931
@NameInMap(value="Success") public Boolean success
true
public static GetDbExportDownloadURLResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDbExportDownloadURLResponseBody setDownloadURLResult(GetDbExportDownloadURLResponseBody.GetDbExportDownloadURLResponseBodyDownloadURLResult downloadURLResult)
public GetDbExportDownloadURLResponseBody.GetDbExportDownloadURLResponseBodyDownloadURLResult getDownloadURLResult()
public GetDbExportDownloadURLResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDbExportDownloadURLResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDbExportDownloadURLResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDbExportDownloadURLResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.