public static final class DescribeWarningExportInfoResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeWarningExportInfoResponseBody |
build() |
DescribeWarningExportInfoResponseBody.Builder |
currentCount(Integer currentCount)
The number of baseline entries that are exported.
|
DescribeWarningExportInfoResponseBody.Builder |
exportStatus(String exportStatus)
The status of the export task.
|
DescribeWarningExportInfoResponseBody.Builder |
fileName(String fileName)
The name of the exported Excel file.
|
DescribeWarningExportInfoResponseBody.Builder |
id(Long id)
The ID of the export task for the baseline check result.
|
DescribeWarningExportInfoResponseBody.Builder |
link(String link)
The URL at which you can download the exported Excel file.
|
DescribeWarningExportInfoResponseBody.Builder |
message(String message)
The message that shows the export task result.
|
DescribeWarningExportInfoResponseBody.Builder |
progress(Integer progress)
The progress percentage of the export task.
|
DescribeWarningExportInfoResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeWarningExportInfoResponseBody.Builder |
totalCount(Integer totalCount)
The total number of baseline entries returned.
|
public DescribeWarningExportInfoResponseBody.Builder currentCount(Integer currentCount)
public DescribeWarningExportInfoResponseBody.Builder exportStatus(String exportStatus)
Valid values: * **init**: The task is being initialized. * **exporting**: The task is in progress. * **success**: The task is successful.
public DescribeWarningExportInfoResponseBody.Builder fileName(String fileName)
public DescribeWarningExportInfoResponseBody.Builder id(Long id)
public DescribeWarningExportInfoResponseBody.Builder link(String link)
public DescribeWarningExportInfoResponseBody.Builder message(String message)
public DescribeWarningExportInfoResponseBody.Builder progress(Integer progress)
public DescribeWarningExportInfoResponseBody.Builder requestId(String requestId)
public DescribeWarningExportInfoResponseBody.Builder totalCount(Integer totalCount)
public DescribeWarningExportInfoResponseBody build()
Copyright © 2023. All rights reserved.