public static final class ExportCustomizeReportResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportCustomizeReportResponseBody |
build() |
ExportCustomizeReportResponseBody.Builder |
downloadUrl(String downloadUrl)
The download URL of the security report.
|
ExportCustomizeReportResponseBody.Builder |
exportDate(String exportDate)
The time when the security report was exported.
|
ExportCustomizeReportResponseBody.Builder |
exportId(Long exportId)
The ID of the export task.
|
ExportCustomizeReportResponseBody.Builder |
exportStatus(String exportStatus)
The status of the export task.
|
ExportCustomizeReportResponseBody.Builder |
fileName(String fileName)
The name of the report file that is exported.
|
ExportCustomizeReportResponseBody.Builder |
reportId(Long reportId)
The ID of the security report.
|
ExportCustomizeReportResponseBody.Builder |
requestId(String requestId)
The request ID.
|
ExportCustomizeReportResponseBody.Builder |
urlExpiredTime(Long urlExpiredTime)
The timestamp when the download URL expires.
|
public ExportCustomizeReportResponseBody.Builder downloadUrl(String downloadUrl)
The download URL of the security report.
example:public ExportCustomizeReportResponseBody.Builder exportDate(String exportDate)
The time when the security report was exported.
example:2023-01-10
public ExportCustomizeReportResponseBody.Builder exportId(Long exportId)
The ID of the export task.
example:22
public ExportCustomizeReportResponseBody.Builder exportStatus(String exportStatus)
The status of the export task. Valid values:
exporting
public ExportCustomizeReportResponseBody.Builder fileName(String fileName)
The name of the report file that is exported.
example:test_xxxx.html
public ExportCustomizeReportResponseBody.Builder reportId(Long reportId)
The ID of the security report.
example:123
public ExportCustomizeReportResponseBody.Builder requestId(String requestId)
The request ID.
example:FFDFCEB3-A5EE-590A-8E70-283EBC5D****
public ExportCustomizeReportResponseBody.Builder urlExpiredTime(Long urlExpiredTime)
The timestamp when the download URL expires. Unit: seconds.
example:1673335497000
public ExportCustomizeReportResponseBody build()
Copyright © 2026. All rights reserved.