public static final class DescribeVulListResponseBody.ExtendContentJson.Builder extends Object
public DescribeVulListResponseBody.ExtendContentJson.Builder absolutePath(String absolutePath)
The path to the package of the software that has the vulnerability.
example:/roo/www/web
public DescribeVulListResponseBody.ExtendContentJson.Builder aliasName(String aliasName)
The name of the vulnerability.
example:RHSA-2019:0230-Important: polkit security update
public DescribeVulListResponseBody.ExtendContentJson.Builder description(String description)
The description of the vulnerability.
example:kernel version:5.10.84-10.2.al8.x86_64
public DescribeVulListResponseBody.ExtendContentJson.Builder emgProof(String emgProof)
The returned message that indicates the urgent vulnerability.
example:com.xxl.rpc.util.XxlRpcException: xxl-rpc request data is empty.\n\tat com.xxl.rpc.remoting.net.impl.servlet.serve"
public DescribeVulListResponseBody.ExtendContentJson.Builder ip(String ip)
The public IP address of the asset that is associated with the vulnerability.
example:1.2.XX.XX
public DescribeVulListResponseBody.ExtendContentJson.Builder lastTs(Long lastTs)
The timestamp when the vulnerability was last detected. Unit: milliseconds.
example:1620404763000
public DescribeVulListResponseBody.ExtendContentJson.Builder necessity(DescribeVulListResponseBody.Necessity necessity)
Indicates whether the vulnerability needs to be fixed.
public DescribeVulListResponseBody.ExtendContentJson.Builder os(String os)
The name of the operating system.
example:centos
public DescribeVulListResponseBody.ExtendContentJson.Builder osRelease(String osRelease)
The information about the operating system version.
example:7
public DescribeVulListResponseBody.ExtendContentJson.Builder primaryId(Long primaryId)
The ID of the vulnerability.
example:111
public DescribeVulListResponseBody.ExtendContentJson.Builder rpmEntityList(List<DescribeVulListResponseBody.RpmEntityList> rpmEntityList)
The information about RPM Package Manager (RPM) packages.
public DescribeVulListResponseBody.ExtendContentJson.Builder status(String status)
The status of the vulnerability. Valid values:
1
public DescribeVulListResponseBody.ExtendContentJson.Builder tag(String tag)
The tag that is added to the vulnerability.
example:oval
public DescribeVulListResponseBody.ExtendContentJson.Builder target(String target)
The URL of the vulnerability.
example:public DescribeVulListResponseBody.ExtendContentJson.Builder cveList(List<String> cveList)
The CVE list.
public DescribeVulListResponseBody.ExtendContentJson build()
Copyright © 2026. All rights reserved.