public static final class DescribeQuaraFileDownloadInfoResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeQuaraFileDownloadInfoResponseBody |
build() |
DescribeQuaraFileDownloadInfoResponseBody.Builder |
downloadUrl(String downloadUrl)
The URL that is used to download the file.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
md5(String md5)
The MD5 hash value of the quarantined file.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
path(String path)
The file path.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
quaraFileId(Integer quaraFileId)
The ID of the quarantined file.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
tag(String tag)
The tag that is added to the related alert.
|
DescribeQuaraFileDownloadInfoResponseBody.Builder |
uuid(String uuid)
The UUID of the server.
|
public DescribeQuaraFileDownloadInfoResponseBody.Builder downloadUrl(String downloadUrl)
The URL that is used to download the file. The URL is valid for five minutes.
example:public DescribeQuaraFileDownloadInfoResponseBody.Builder md5(String md5)
The MD5 hash value of the quarantined file.
example:bb62ef1311bc564377a0378d3axxxxxx
public DescribeQuaraFileDownloadInfoResponseBody.Builder path(String path)
The file path.
example:/etc/test
public DescribeQuaraFileDownloadInfoResponseBody.Builder quaraFileId(Integer quaraFileId)
The ID of the quarantined file.
example:123
public DescribeQuaraFileDownloadInfoResponseBody.Builder requestId(String requestId)
The ID of the request.
example:29874225-EAAC-5415-8501-32DD20FXXXXX
public DescribeQuaraFileDownloadInfoResponseBody.Builder tag(String tag)
The tag that is added to the related alert.
example:6d4ff40a22b15c86adecf2aa48xxxxx
public DescribeQuaraFileDownloadInfoResponseBody.Builder uuid(String uuid)
The UUID of the server.
example:4fe8e1cd-3c37-4851-b9de-124da32c****
public DescribeQuaraFileDownloadInfoResponseBody build()
Copyright © 2026. All rights reserved.