public static class GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasResult
Indicates whether export results are available for download.
|
String |
tipMessage
The message that indicates an exception.
|
String |
URL
The download URL of the file that records the export results for the ticket.
|
| 构造器和说明 |
|---|
GetDataExportDownloadURLResponseBodyDownloadURLResult() |
@NameInMap(value="HasResult") public Boolean hasResult
Indicates whether export results are available for download. Valid values:
true
@NameInMap(value="TipMessage") public String tipMessage
The message that indicates an exception.
example:tip message
@NameInMap(value="URL") public String URL
The download URL of the file that records the export results for the ticket.
example:https://dms-idb-hangzhou.oss-cn-hangzhou.aliyuncs.com/xxx.zip
public GetDataExportDownloadURLResponseBodyDownloadURLResult()
public static GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult build(Map<String,?> map) throws Exception
Exceptionpublic GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult setHasResult(Boolean hasResult)
public Boolean getHasResult()
public GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult setTipMessage(String tipMessage)
public String getTipMessage()
public GetDataExportDownloadURLResponseBody.GetDataExportDownloadURLResponseBodyDownloadURLResult setURL(String URL)
public String getURL()
Copyright © 2025. All rights reserved.