public static final class DescribeExportInfoResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeExportInfoResponseBody |
build() |
DescribeExportInfoResponseBody.Builder |
currentCount(Integer currentCount)
The number of exported entries.
|
DescribeExportInfoResponseBody.Builder |
exportStatus(String exportStatus)
The status of the export task.
|
DescribeExportInfoResponseBody.Builder |
fileName(String fileName)
The name of the exported Excel file.
|
DescribeExportInfoResponseBody.Builder |
id(Long id)
The ID of the export task.
|
DescribeExportInfoResponseBody.Builder |
link(String link)
The URL at which you can download the exported Excel file.
|
DescribeExportInfoResponseBody.Builder |
message(String message)
The message that shows the task result.
|
DescribeExportInfoResponseBody.Builder |
progress(Integer progress)
The progress percentage of the export task.
|
DescribeExportInfoResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeExportInfoResponseBody.Builder |
totalCount(Integer totalCount)
The total number of entries in the exported Excel file.
|
public DescribeExportInfoResponseBody.Builder currentCount(Integer currentCount)
The number of exported entries.
example:20
public DescribeExportInfoResponseBody.Builder exportStatus(String exportStatus)
The status of the export task.
Valid values:
success
public DescribeExportInfoResponseBody.Builder fileName(String fileName)
The name of the exported Excel file.
example:health_check_export_20171123
public DescribeExportInfoResponseBody.Builder id(Long id)
The ID of the export task.
example:131231
public DescribeExportInfoResponseBody.Builder link(String link)
The URL at which you can download the exported Excel file.
example:public DescribeExportInfoResponseBody.Builder message(String message)
The message that shows the task result. The value is fixed as success, which indicates that the task is complete.
example:success
public DescribeExportInfoResponseBody.Builder progress(Integer progress)
The progress percentage of the export task.
example:16
public DescribeExportInfoResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:CE500770-42D3-442E-9DDD-156E0F9F3B45
public DescribeExportInfoResponseBody.Builder totalCount(Integer totalCount)
The total number of entries in the exported Excel file.
example:100
public DescribeExportInfoResponseBody build()
Copyright © 2026. All rights reserved.