public static final class DescribeLatestScanTaskResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeLatestScanTaskResponseBody |
build() |
DescribeLatestScanTaskResponseBody.Builder |
lastCheckTime(Long lastCheckTime)
The timestamp when the last check was performed.
|
DescribeLatestScanTaskResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeLatestScanTaskResponseBody.Builder |
riskNum(Integer riskNum)
The number of virus detection risks on the server.
|
DescribeLatestScanTaskResponseBody.Builder |
targetInfo(String targetInfo)
The information about the asset on which the virus scan task runs.
|
DescribeLatestScanTaskResponseBody.Builder |
uuids(List<String> uuids)
The ID of the asset.
|
public DescribeLatestScanTaskResponseBody.Builder lastCheckTime(Long lastCheckTime)
public DescribeLatestScanTaskResponseBody.Builder requestId(String requestId)
public DescribeLatestScanTaskResponseBody.Builder riskNum(Integer riskNum)
public DescribeLatestScanTaskResponseBody.Builder targetInfo(String targetInfo)
* **type**: the type of the asset on which the virus scan task runs. Valid values: * **groupId**: server group * **uuid**: server * **name**: the name of the server group or server * **target**: the asset on which the virus scan task runs The value of this field varies based on the value of the type field. * If the value of **type** is **groupId**, the value of this field is the ID of the server group. * If the value of **type** is **uuid**, the value of this field is the UUID of the server.
public DescribeLatestScanTaskResponseBody.Builder uuids(List<String> uuids)
public DescribeLatestScanTaskResponseBody build()
Copyright © 2023. All rights reserved.