public static final class DescribeCanFixVulListResponseBody.RpmEntityList.Builder extends Object
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder fullVersion(String fullVersion)
The complete version number of the software package.
example:3.10.0-693.2.2.el7
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder layer(String layer)
The SHA-256 value of the digest of the image layer.
example:b1f5b9420803ad0657cf21566e3e20acc08581e7f22991249ef3aa80b8b1****
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder matchDetail(String matchDetail)
The information about the detected vulnerability.
example:python-perf version less than 0:3.10.0-693.21.1.el7
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder matchList(List<String> matchList)
The rule that is used to detect the vulnerability.
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder name(String name)
The name of the software package.
example:python-perf
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder path(String path)
The path of the software that has the vulnerability.
example:/usr/lib64/python2.7/site-packages
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder updateCmd(String updateCmd)
The command that is used to fix the vulnerability.
example:apt-get update && apt-get install libseccomp2 --only-upgrade
public DescribeCanFixVulListResponseBody.RpmEntityList.Builder version(String version)
The version number of the software package.
example:3.10.0
public DescribeCanFixVulListResponseBody.RpmEntityList build()
Copyright © 2026. All rights reserved.