public static final class GetCheckDetailResponseBody.RepairSetting.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailResponseBody.RepairSetting |
build() |
GetCheckDetailResponseBody.RepairSetting.Builder |
flowStep(List<GetCheckDetailResponseBody.FlowStep> flowStep)
The description of the fixing workflow.
|
GetCheckDetailResponseBody.RepairSetting.Builder |
repairConfigs(List<GetCheckDetailResponseBody.RepairConfigs> repairConfigs)
The configurations of the fixing parameters.
|
GetCheckDetailResponseBody.RepairSetting.Builder |
repairReset(Boolean repairReset)
Indicates whether a restart is required after the fixing.
|
GetCheckDetailResponseBody.RepairSetting.Builder |
repairSupport(Boolean repairSupport)
Indicates whether the check item supports the quick fix feature.
|
GetCheckDetailResponseBody.RepairSetting.Builder |
repairSupportType(Integer repairSupportType)
The fixing type that is supported.
|
public GetCheckDetailResponseBody.RepairSetting.Builder flowStep(List<GetCheckDetailResponseBody.FlowStep> flowStep)
The description of the fixing workflow.
public GetCheckDetailResponseBody.RepairSetting.Builder repairConfigs(List<GetCheckDetailResponseBody.RepairConfigs> repairConfigs)
The configurations of the fixing parameters.
public GetCheckDetailResponseBody.RepairSetting.Builder repairReset(Boolean repairReset)
Indicates whether a restart is required after the fixing. Valid values:
true
public GetCheckDetailResponseBody.RepairSetting.Builder repairSupport(Boolean repairSupport)
Indicates whether the check item supports the quick fix feature. Valid values:
true
public GetCheckDetailResponseBody.RepairSetting.Builder repairSupportType(Integer repairSupportType)
The fixing type that is supported. Valid values:
1
public GetCheckDetailResponseBody.RepairSetting build()
Copyright © 2026. All rights reserved.