public static final class GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetDataExportDownloadURLResponseBody.DownloadURLResult |
build() |
GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder |
hasResult(Boolean hasResult)
Indicates whether export results are available for download.
|
GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder |
tipMessage(String tipMessage)
The message that indicates an exception.
|
GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder |
URL(String URL)
The download URL of the file that records the export results for the ticket.
|
public GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder hasResult(Boolean hasResult)
* **true**: Export results are available for download. * **false**: No export results are available for download.
public GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder tipMessage(String tipMessage)
public GetDataExportDownloadURLResponseBody.DownloadURLResult.Builder URL(String URL)
public GetDataExportDownloadURLResponseBody.DownloadURLResult build()
Copyright © 2023. All rights reserved.