public class GetDataExportDownloadURLResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult |
| 限定符和类型 | 字段和说明 |
|---|---|
GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult |
downloadURLResult
The details of the download URL of the file that records the export results for the ticket.
|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetDataExportDownloadURLResponseBody() |
@NameInMap(value="DownloadURLResult") public GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult downloadURLResult
The details of the download URL of the file that records the export results for the ticket.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The request ID.
example:4BF24EA5-9013-4C85-AE68-6C23AF5E0097
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static GetDataExportDownloadURLResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDataExportDownloadURLResponseBody setDownloadURLResult(GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult downloadURLResult)
public GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult getDownloadURLResult()
public GetDataExportDownloadURLResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDataExportDownloadURLResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDataExportDownloadURLResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDataExportDownloadURLResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.