public static final class GetCheckDetailResponseBody.RepairConfigs.Builder extends Object
public GetCheckDetailResponseBody.RepairConfigs.Builder consoleParamType(String consoleParamType)
Indicates whether the value of the parameter is displayed in the console. Valid values:
0
public GetCheckDetailResponseBody.RepairConfigs.Builder customFlag(Boolean customFlag)
Indicates whether custom configurations of the fixing parameters are supported. Valid values:
true
public GetCheckDetailResponseBody.RepairConfigs.Builder dataTransformType(String dataTransformType)
Indicates whether data needs to be encrypted during transmission. Valid values:
1
public GetCheckDetailResponseBody.RepairConfigs.Builder defaultValue(String defaultValue)
The default value of the parameter. The value is a string.
example:1
public GetCheckDetailResponseBody.RepairConfigs.Builder emptyParamSwitch(String emptyParamSwitch)
Indicates whether this parameter is specified by the user. Valid values:
1
public GetCheckDetailResponseBody.RepairConfigs.Builder exclusiveName(List<String> exclusiveName)
The fixing parameters that are not compatible with this parameter.
public GetCheckDetailResponseBody.RepairConfigs.Builder flowId(String flowId)
The ID of the fixing workflow.
example:64312d3ee19d470a9b54393dab****
public GetCheckDetailResponseBody.RepairConfigs.Builder name(String name)
The name of the parameter. The name must be unique within the check item.
example:navicat
public GetCheckDetailResponseBody.RepairConfigs.Builder showName(String showName)
The display name of the parameter.
example:port
public GetCheckDetailResponseBody.RepairConfigs.Builder typeDefine(String typeDefine)
The type of the parameter. The value is a JSON string.
example:{"type":"NUMBER","range":[1,24]}
public GetCheckDetailResponseBody.RepairConfigs.Builder usageType(String usageType)
The type of the parameter. Valid values:
1
public GetCheckDetailResponseBody.RepairConfigs.Builder value(String value)
The user-configured value of the parameter. The value is a string.
example:2
public GetCheckDetailResponseBody.RepairConfigs build()
Copyright © 2026. All rights reserved.