public static final class DescribeVulListPageResponseBody.Data.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeVulListPageResponseBody.Data |
build() |
DescribeVulListPageResponseBody.Data.Builder |
cveId(String cveId)
The 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)
public DescribeVulListPageResponseBody.Data.Builder extAegis(String extAegis)
public DescribeVulListPageResponseBody.Data.Builder id(Long id)
public DescribeVulListPageResponseBody.Data.Builder isAegis(Integer isAegis)
* 1: The vulnerability was detected based on version comparison. * 0: The vulnerability was not detected based on version comparison.
public DescribeVulListPageResponseBody.Data.Builder isSas(Integer isSas)
* 1: The vulnerability was detected based on POC verification. * 0: The vulnerability was not detected based on POC verification.
public DescribeVulListPageResponseBody.Data.Builder otherId(String otherId)
public DescribeVulListPageResponseBody.Data.Builder releaseTime(Long releaseTime)
public DescribeVulListPageResponseBody.Data.Builder title(String title)
public DescribeVulListPageResponseBody.Data build()
Copyright © 2023. All rights reserved.