public static final class GetVirusScanLatestTaskStatisticResponseBody.Data.Builder extends Object
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder completeMachine(Integer completeMachine)
The number of machines on which the virus scan task is complete.
example:2
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder machineName(String machineName)
The name of the machine.
example:testMahine1
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder progress(String progress)
The progress of the virus scan task in percentage.
example:92
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder riskLevel(String riskLevel)
The highest risk level of the detected alerts. Valid values:
medium
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder safeMachine(Integer safeMachine)
The number of safe machines that are detected.
example:1
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder scanMachine(Integer scanMachine)
The number of machines that are scanned.
example:3
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder scanPath(List<String> scanPath)
The paths of files that were scanned. This value is returned only when ScanType is set to user.
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder scanTime(Long scanTime)
The timestamp generated when the virus scan task was performed. Unit: milliseconds.
example:1681145862000
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder scanType(String scanType)
The type of the virus scan. Valid values:
system
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder status(Integer status)
The status of the virus scan task.
Valid values for a main task:
Valid values for a subtask:
0
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder suspiciousCount(Integer suspiciousCount)
The number of alerts that are detected.
example:2
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder suspiciousMachine(Integer suspiciousMachine)
The number of suspicious machines that are detected.
example:2
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder taskId(String taskId)
The ID of the virus scan task.
example:fc98d58eb56f699d49bf7ebbd6d7****
public GetVirusScanLatestTaskStatisticResponseBody.Data.Builder unCompleteMachine(Integer unCompleteMachine)
The number of machines on which the virus scan task was not complete or failed.
example:1
public GetVirusScanLatestTaskStatisticResponseBody.Data build()
Copyright © 2026. All rights reserved.