public static final class DescribeHcExportInfoResponseBody.Builder extends Object
public DescribeHcExportInfoResponseBody.Builder currentCount(Integer currentCount)
The number of exported entries.
example:148
public DescribeHcExportInfoResponseBody.Builder fileName(String fileName)
The name of the exported file.
example:health_check_export_2022****
public DescribeHcExportInfoResponseBody.Builder gmtCreate(Long gmtCreate)
The time when the export task was created.
example:2022-11-03T15:15Z
public DescribeHcExportInfoResponseBody.Builder id(Long id)
The ID of the export task.
example:1082278
public DescribeHcExportInfoResponseBody.Builder link(String link)
The download URL for the exported file.
example:public DescribeHcExportInfoResponseBody.Builder progress(Integer progress)
The progress percentage of the export task.
example:89
public DescribeHcExportInfoResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:3C2C94CF-ED08-50C0-BC72-C5029251****
public DescribeHcExportInfoResponseBody.Builder resultStatus(String resultStatus)
The status of the export task. Valid values:
exporting
public DescribeHcExportInfoResponseBody.Builder totalCount(Integer totalCount)
The total number of exported entries.
example:624
public DescribeHcExportInfoResponseBody build()
Copyright © 2026. All rights reserved.