public static final class DescribeWarningExportInfoResponseBody.Builder extends Object
public DescribeWarningExportInfoResponseBody.Builder currentCount(Integer currentCount)
The number of baseline entries that are exported.
example:1
public DescribeWarningExportInfoResponseBody.Builder exportStatus(String exportStatus)
The status of the export task.
Valid values:
success
public DescribeWarningExportInfoResponseBody.Builder fileName(String fileName)
The name of the exported Excel file.
example:app_20210917
public DescribeWarningExportInfoResponseBody.Builder id(Long id)
The ID of the export task for the baseline check result.
example:131231
public DescribeWarningExportInfoResponseBody.Builder link(String link)
The URL at which you can download the exported Excel file.
example:https://eds.aliyun.com/notification/entitle/64b5c3e2-e52b-4d29-9617-e7e6d74XXXX
public DescribeWarningExportInfoResponseBody.Builder message(String message)
The message that shows the task result. The value is fixed as successful, which indicates that the export task is complete.
example:successful
public DescribeWarningExportInfoResponseBody.Builder progress(Integer progress)
The progress percentage of the export task.
example:100
public DescribeWarningExportInfoResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:79CFF74D-E967-5407-8A78-EE03B925FDAA
public DescribeWarningExportInfoResponseBody.Builder totalCount(Integer totalCount)
The total number of baseline entries returned.
example:100
public DescribeWarningExportInfoResponseBody build()
Copyright © 2026. All rights reserved.