public static final class DescribeBackUpExportInfoResponseBody.Data.Builder extends Object
public DescribeBackUpExportInfoResponseBody.Data.Builder currentCount(Integer currentCount)
The number of exported entries.
example:29
public DescribeBackUpExportInfoResponseBody.Data.Builder fileName(String fileName)
The name of the file.
example:suspicious_event_20221203
public DescribeBackUpExportInfoResponseBody.Data.Builder gmtCreate(Long gmtCreate)
The time when the export task was created.
example:1671607025000
public DescribeBackUpExportInfoResponseBody.Data.Builder id(Long id)
The ID of the export task.
example:273698***
public DescribeBackUpExportInfoResponseBody.Data.Builder link(String link)
The URL at which you can download the archived information.
example:http://xxx.oss-cn-xxx.aliyuncs.com/export/assetInstance_20221221_1671606250570.zip
public DescribeBackUpExportInfoResponseBody.Data.Builder message(String message)
The error message that is returned when the export task fails.
example:success
public DescribeBackUpExportInfoResponseBody.Data.Builder progress(Integer progress)
The progress percentage of the export task.
example:100
public DescribeBackUpExportInfoResponseBody.Data.Builder status(String status)
The status of the export task. Valid values:
success
public DescribeBackUpExportInfoResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of entries in the file.
example:29
public DescribeBackUpExportInfoResponseBody.Data build()
Copyright © 2026. All rights reserved.