public static final class DescribeStrategyDetailResponseBody.Strategy.Builder extends Object
public DescribeStrategyDetailResponseBody.Strategy.Builder customType(String customType)
The type of the baseline check policy that you want to query. Valid values:
common
public DescribeStrategyDetailResponseBody.Strategy.Builder cycleDays(Integer cycleDays)
The check interval of the policy.
example:3
public DescribeStrategyDetailResponseBody.Strategy.Builder cycleStartTime(Integer cycleStartTime)
The time period during which the check starts. Valid values:
0
public DescribeStrategyDetailResponseBody.Strategy.Builder endTime(String endTime)
The end time of the check. Specify the time in the HH:mm:ss format.
example:03:00:00
public DescribeStrategyDetailResponseBody.Strategy.Builder id(Integer id)
The ID of the baseline check policy.
example:123
public DescribeStrategyDetailResponseBody.Strategy.Builder name(String name)
The name of the baseline check policy.
example:TestStrategy
public DescribeStrategyDetailResponseBody.Strategy.Builder riskSubTypeName(String riskSubTypeName)
The subtype of the baselines.
example:You can call the DescribeRiskType operation to query the subtypes of baselines.
hc_nginx_linux,tomcat7,hc_mysql_ali,hc_docker
public DescribeStrategyDetailResponseBody.Strategy.Builder riskTypeWhiteListQueryResultList(List<DescribeStrategyDetailResponseBody.RiskTypeWhiteListQueryResultList> riskTypeWhiteListQueryResultList)
The information about the whitelist of risk items.
public DescribeStrategyDetailResponseBody.Strategy.Builder startTime(String startTime)
The start time of the check. Specify the time in the HH:mm:ss format.
example:02:00:00
public DescribeStrategyDetailResponseBody.Strategy.Builder targetType(String targetType)
The method that is used to apply the baseline check policy. Valid values:
groupId
public DescribeStrategyDetailResponseBody.Strategy.Builder type(Integer type)
The type of the baseline check policy. Valid values:
1
public DescribeStrategyDetailResponseBody.Strategy build()
Copyright © 2026. All rights reserved.