public static final class DescribeVulListPageResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeVulListPageResponseBody.Data |
build() |
DescribeVulListPageResponseBody.Data.Builder |
cveId(String cveId)
The common vulnerabilities and exposures (CVE) ID of the vulnerability.
|
DescribeVulListPageResponseBody.Data.Builder |
extAegis(String extAegis)
The extended field for Server Guard.
|
DescribeVulListPageResponseBody.Data.Builder |
id(Long id)
The primary key ID of the database.
|
DescribeVulListPageResponseBody.Data.Builder |
isAegis(Integer isAegis)
Indicates whether the vulnerability was detected based on version comparison.
|
DescribeVulListPageResponseBody.Data.Builder |
isSas(Integer isSas)
Indicates whether the vulnerability was detected based on proof of concept (POC) verification.
|
DescribeVulListPageResponseBody.Data.Builder |
otherId(String otherId)
The ID of the vulnerability.
|
DescribeVulListPageResponseBody.Data.Builder |
releaseTime(Long releaseTime)
The time when the vulnerability was disclosed.
|
DescribeVulListPageResponseBody.Data.Builder |
title(String title)
The name of the vulnerability.
|
public DescribeVulListPageResponseBody.Data.Builder cveId(String cveId)
The common vulnerabilities and exposures (CVE) ID of the vulnerability.
example:CVE-2022-42836
public DescribeVulListPageResponseBody.Data.Builder extAegis(String extAegis)
The extended field for Server Guard.
example:{"relatedType":[{"type":"sys"}]}
public DescribeVulListPageResponseBody.Data.Builder id(Long id)
The primary key ID of the database.
example:40586
public DescribeVulListPageResponseBody.Data.Builder isAegis(Integer isAegis)
Indicates whether the vulnerability was detected based on version comparison. Valid values:
1
public DescribeVulListPageResponseBody.Data.Builder isSas(Integer isSas)
Indicates whether the vulnerability was detected based on proof of concept (POC) verification. Valid values:
0
public DescribeVulListPageResponseBody.Data.Builder otherId(String otherId)
The ID of the vulnerability.
example:AVD-2018-8218
public DescribeVulListPageResponseBody.Data.Builder releaseTime(Long releaseTime)
The time when the vulnerability was disclosed.
example:2022-12-13T08:00Z
public DescribeVulListPageResponseBody.Data.Builder title(String title)
The name of the vulnerability.
example:Windows RCE vulnerability
public DescribeVulListPageResponseBody.Data build()
Copyright © 2026. All rights reserved.