public static final class ListVirusScanTaskResponseBody.List.Builder extends Object
public ListVirusScanTaskResponseBody.List.Builder endTime(Long endTime)
The timestamp when the virus scan task ended. Unit: milliseconds.
example:1662343860051
public ListVirusScanTaskResponseBody.List.Builder instanceName(String instanceName)
The name of the server.
example:sql-test-0****
public ListVirusScanTaskResponseBody.List.Builder internetIp(String internetIp)
The public IP address of the server.
example:8.210.XX.XX
public ListVirusScanTaskResponseBody.List.Builder intranetIp(String intranetIp)
The private IP address of the server.
example:172.25.XX.XX
public ListVirusScanTaskResponseBody.List.Builder progress(Integer progress)
The progress of the task in percentage.
example:62
public ListVirusScanTaskResponseBody.List.Builder scanPath(List<String> scanPath)
The information about the file that is scanned.
public ListVirusScanTaskResponseBody.List.Builder scanType(String scanType)
The type of the virus scan task. Valid values:
system
public ListVirusScanTaskResponseBody.List.Builder startTime(Long startTime)
The timestamp when the virus scan task started. Unit: milliseconds.
example:1651290987000
public ListVirusScanTaskResponseBody.List.Builder status(Integer status)
The status of the virus scan task. Valid values:
1
public ListVirusScanTaskResponseBody.List.Builder taskId(String taskId)
The ID of the virus scan task.
example:2e75557bfa570381f5c516cad9b6xxxx
public ListVirusScanTaskResponseBody.List.Builder taskName(String taskName)
The name of the virus scan task.
VIRUS_VUL_SCHEDULE_SCAN
public ListVirusScanTaskResponseBody.List.Builder uuid(String uuid)
The UUID of the server.
example:49e25e0f-bb51-4a5a-a1b3-13a4ddaa****
public ListVirusScanTaskResponseBody.List build()
Copyright © 2026. All rights reserved.