public static final class ExportVulResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ExportVulResponseBody |
build() |
ExportVulResponseBody.Builder |
fileName(String fileName)
The name of the exported file.
|
ExportVulResponseBody.Builder |
id(Long id)
The ID of the exported file.
|
ExportVulResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public ExportVulResponseBody.Builder fileName(String fileName)
The name of the exported file.
example:app_20211101
public ExportVulResponseBody.Builder id(Long id)
The ID of the exported file.
example:81634
public ExportVulResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:E1FAB2B8-DF4D-55DF-BC3D-5C3CA6FD5B13
public ExportVulResponseBody build()
Copyright © 2026. All rights reserved.