public static final class CreateContainerScanTaskByAppNameResponseBody.Data.Builder extends Object
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder canCreate(Boolean canCreate)
Indicates whether you can create more scan tasks. Valid values:
true
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder collectTime(Long collectTime)
The timestamp generated when the image information was collected. Unit: milliseconds.
example:1644286364150
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder execTime(Long execTime)
The timestamp generated when the scan task started. Unit: milliseconds.
example:1644286364150
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder finishCount(Integer finishCount)
The number of container applications that are scanned.
example:5
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder progress(Integer progress)
The progress of the scan task in percentage.
example:100
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder result(String result)
The result of the scan task. Valid values:
example:
SUCCESS
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder status(String status)
The status of the scan task. Valid values:
SUCCESS
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder taskId(String taskId)
The ID of the scan task.
example:fc98d58eb56f699d49bf7ebbd6d7****
public CreateContainerScanTaskByAppNameResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of container applications that you want to scan.
example:5
public CreateContainerScanTaskByAppNameResponseBody.Data build()
Copyright © 2026. All rights reserved.