public static final class PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder extends Object
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder canCreate(Boolean canCreate)
Indicates whether you can create more image scan tasks. Valid values:
example:By default, a maximum of 10 image scan tasks can be running at the same time. If 10 image scan tasks are running, you cannot create an image scan task by calling this operation. You must wait for at least one of the 10 existing image scan tasks to complete before you can create an image scan task.
true
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder collectTime(Long collectTime)
The timestamp when the image information was collected. Unit: milliseconds.
example:1644286364150
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder execTime(Long execTime)
The timestamp when the image scan task started to run. Unit: milliseconds.
example:1644286364150
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder finishCount(Integer finishCount)
The number of images that have been scanned.
example:5
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder progress(Integer progress)
The progress of the image scan task.
example:100
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder result(String result)
The result of the image scan task. Valid values:
SUCCESS
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder status(String status)
The status of the image scan task. Valid values:
SUCCESS
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder taskId(String taskId)
The ID of the image scan task.
example:a410bb3e68c217a3368bc0238c66886d
public PublicSyncAndCreateImageScanTaskResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of images to scan.
example:5
public PublicSyncAndCreateImageScanTaskResponseBody.Data build()
Copyright © 2026. All rights reserved.