public static final class DescribeVulListPageRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulListPageRequest |
build() |
DescribeVulListPageRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeVulListPageRequest.Builder |
cveId(String cveId)
The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability.
|
DescribeVulListPageRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeVulListPageRequest.Builder |
raspDefend(Integer raspDefend)
Indicates whether the application protection feature is supported.
|
DescribeVulListPageRequest.Builder |
vulNameLike(String vulNameLike)
The name of the vulnerability.
|
DescribeVulListPageRequest.Builder |
vulType(String vulType)
The type of the vulnerabilities.
|
public DescribeVulListPageRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
example:1
public DescribeVulListPageRequest.Builder cveId(String cveId)
The Common Vulnerabilities and Exposures (CVE) ID of the vulnerability.
example:CVE-2022-44702
public DescribeVulListPageRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:10
public DescribeVulListPageRequest.Builder raspDefend(Integer raspDefend)
Indicates whether the application protection feature is supported. Valid values:
0: no.
1: yes.
0
public DescribeVulListPageRequest.Builder vulNameLike(String vulNameLike)
The name of the vulnerability.
example:RCE vulnerability
public DescribeVulListPageRequest.Builder vulType(String vulType)
The type of the vulnerabilities. Valid values:
cve
public DescribeVulListPageRequest build()
Copyright © 2026. All rights reserved.