public static final class CreateContainerScanTaskResponseBody.Data.Builder extends Object
public CreateContainerScanTaskResponseBody.Data.Builder canCreate(Boolean canCreate)
Indicates whether you can create more scan tasks.
example:true
public CreateContainerScanTaskResponseBody.Data.Builder collectTime(Long collectTime)
The collection time.
example:1644286364150
public CreateContainerScanTaskResponseBody.Data.Builder execTime(Long execTime)
The execution time of the task.
example:1644286364150
public CreateContainerScanTaskResponseBody.Data.Builder finishCount(Integer finishCount)
The number of scan tasks that are complete.
example:33
public CreateContainerScanTaskResponseBody.Data.Builder progress(Integer progress)
The progress of the task.
example:100
public CreateContainerScanTaskResponseBody.Data.Builder result(String result)
The execution result of the task.
example:SUCCESS
public CreateContainerScanTaskResponseBody.Data.Builder status(String status)
The status of the task.
example:SUCCESS
public CreateContainerScanTaskResponseBody.Data.Builder taskId(String taskId)
The ID of the task.
example:fc98d58eb56f699d49bf7ebbd6d7****
public CreateContainerScanTaskResponseBody.Data.Builder totalCount(Integer totalCount)
The total number of scan tasks.
example:62
public CreateContainerScanTaskResponseBody.Data build()
Copyright © 2026. All rights reserved.