public static final class DescribeCheckWarningDetailResponseBody.Builder extends Object
public DescribeCheckWarningDetailResponseBody.Builder advice(String advice)
The suggestion for the management of the risk item.
example:You can fix it in the following ways:↵1. To configure authentication for redis service, click the redis.conf Configure complex password in requirepass, and then restart redis.↵2. In redis configuration file redis.conf The configuration is as follows: bind 127.0.0.1, only allow local access, and then restart redis
public DescribeCheckWarningDetailResponseBody.Builder checkDetailAssetInfo(List<Map<String,String>> checkDetailAssetInfo)
List of asset details to check.
public DescribeCheckWarningDetailResponseBody.Builder checkDetailColumns(List<DescribeCheckWarningDetailResponseBody.CheckDetailColumns> checkDetailColumns)
Detection content details.
public DescribeCheckWarningDetailResponseBody.Builder checkId(Long checkId)
The ID of the check item.
example:946
public DescribeCheckWarningDetailResponseBody.Builder description(String description)
The additional information about the risk item.
example:The redis port is open to the outside world and there is no authentication option configured. In addition to directly obtaining all the information in the database, unauthorized users can also attack the system through unauthorized access vulnerability.
public DescribeCheckWarningDetailResponseBody.Builder item(String item)
The name of the check item.
example:Redis unauthorized access
public DescribeCheckWarningDetailResponseBody.Builder level(String level)
The risk level of the check item. Valid values:
high
public DescribeCheckWarningDetailResponseBody.Builder prompt(String prompt)
The prompt for the risk item.
public DescribeCheckWarningDetailResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:BE120DAB-F4E7-4C53-ADC3-A97578ABF384
public DescribeCheckWarningDetailResponseBody.Builder type(String type)
The type of the check item. Valid values:
hc_exploit
public DescribeCheckWarningDetailResponseBody build()
Copyright © 2026. All rights reserved.