public static final class DescribeVulExportInfoResponseBody.Builder extends Object
public DescribeVulExportInfoResponseBody.Builder currentCount(Integer currentCount)
The number of exported entries.
example:1
public DescribeVulExportInfoResponseBody.Builder exportStatus(String exportStatus)
The status of the export task. Valid values:
success
public DescribeVulExportInfoResponseBody.Builder fileName(String fileName)
The name of the exported Excel file.
example:app_20210917
public DescribeVulExportInfoResponseBody.Builder id(Long id)
The ID of the task.
example:14356
public DescribeVulExportInfoResponseBody.Builder link(String link)
The URL at which you can download the exported Excel file.
example:public DescribeVulExportInfoResponseBody.Builder message(String message)
The message that shows the results of the task. The value is fixed as success, which indicates that the task is complete.
example:success
public DescribeVulExportInfoResponseBody.Builder progress(Integer progress)
The progress percentage of the task.
example:100
public DescribeVulExportInfoResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:4C1AE3F3-18FA-4108-BXXX-AFA1A032756C
public DescribeVulExportInfoResponseBody.Builder totalCount(Integer totalCount)
The total number of entries in the exported Excel file.
example:10
public DescribeVulExportInfoResponseBody build()
Copyright © 2026. All rights reserved.