public static final class GetDataExportDownloadURLResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetDataExportDownloadURLResponseBody |
build() |
GetDataExportDownloadURLResponseBody.Builder |
downloadURLResult(GetDataExportDownloadURLResponseBody.DownloadURLResult downloadURLResult)
The details about the download URL of the file that records the export results for the ticket.
|
GetDataExportDownloadURLResponseBody.Builder |
errorCode(String errorCode)
The error code.
|
GetDataExportDownloadURLResponseBody.Builder |
errorMessage(String errorMessage)
The error message.
|
GetDataExportDownloadURLResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
GetDataExportDownloadURLResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public GetDataExportDownloadURLResponseBody.Builder downloadURLResult(GetDataExportDownloadURLResponseBody.DownloadURLResult downloadURLResult)
public GetDataExportDownloadURLResponseBody.Builder errorCode(String errorCode)
public GetDataExportDownloadURLResponseBody.Builder errorMessage(String errorMessage)
public GetDataExportDownloadURLResponseBody.Builder requestId(String requestId)
public GetDataExportDownloadURLResponseBody.Builder success(Boolean success)
* **true**: The request was successful. * **false**: The request failed.
public GetDataExportDownloadURLResponseBody build()
Copyright © 2023. All rights reserved.