public static final class VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder extends Object
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder errorCode(String errorCode)
Error code.
example:ConfigEqualIllegal
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder errorMsg(String errorMsg)
Error message.
example:Repair parameter is not equal to corresponding check parameter
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder linkErrorConfigs(List<VerifyCheckCustomConfigResponseBody.ErrorRepairConfigsLinkErrorConfigs> linkErrorConfigs)
Related configurations causing this error.
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder name(String name)
Name of the check item"s repair configuration, unique within the same check item.
example:IpLists
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder type(String type)
The type of the parameter that caused the error:
repair
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs.Builder value(String value)
Name of the check item"s repair parameter, unique within the same check item.
example:172.26.49.XX
public VerifyCheckCustomConfigResponseBody.ErrorRepairConfigs build()
Copyright © 2026. All rights reserved.