public static final class DescribeEmgVulItemRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeEmgVulItemRequest |
build() |
DescribeEmgVulItemRequest.Builder |
checkType(Integer checkType)
The check method.
|
DescribeEmgVulItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribeEmgVulItemRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeEmgVulItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeEmgVulItemRequest.Builder |
resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
|
DescribeEmgVulItemRequest.Builder |
riskStatus(String riskStatus)
Specifies whether the vulnerability poses risks.
|
DescribeEmgVulItemRequest.Builder |
scanType(String scanType)
The method that is used to detect the vulnerability.
|
DescribeEmgVulItemRequest.Builder |
vulName(String vulName)
The name of the urgent vulnerability.
|
public DescribeEmgVulItemRequest.Builder checkType(Integer checkType)
The check method. Valid values:
0
public DescribeEmgVulItemRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribeEmgVulItemRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeEmgVulItemRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page. Default value: 10.
example:10
public DescribeEmgVulItemRequest.Builder resourceDirectoryAccountId(Long resourceDirectoryAccountId)
The Alibaba Cloud account ID of the member in the resource directory.
example:You can call the DescribeMonitorAccounts operation to obtain the IDs.
127608589417****
public DescribeEmgVulItemRequest.Builder riskStatus(String riskStatus)
Specifies whether the vulnerability poses risks.
If you do not specify this parameter, all vulnerabilities are queried regardless of whether the vulnerabilities pose risks. Valid values:
y
public DescribeEmgVulItemRequest.Builder scanType(String scanType)
The method that is used to detect the vulnerability.
If you do not specify this parameter, all vulnerabilities are queried regardless of which method is used. Valid values:
python
public DescribeEmgVulItemRequest.Builder vulName(String vulName)
The name of the urgent vulnerability.
example:Changjietong T + SetupAccount/Upload.aspx file Upload vulnerability (CNVD-2022-60632)
public DescribeEmgVulItemRequest build()
Copyright © 2026. All rights reserved.