public static final class VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs |
build() |
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
errorCode(String errorCode)
Error code.
|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
errorMsg(String errorMsg)
Error message.
|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
linkErrorConfigs(List<VerifyCheckCustomConfigResponseBody.LinkErrorConfigs> linkErrorConfigs)
Related configurations causing this error.
|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
name(String name)
Name of the custom configuration item for the check item, unique within the same check item.
|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
type(String type)
Type of the erroneous parameter:
custom: Custom configuration parameter
example:
custom
|
VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder |
value(String value)
User-configured value string for the custom configuration item of the check item.
|
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder errorCode(String errorCode)
Error code.
example:ConfigEqualIllegal
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder errorMsg(String errorMsg)
Error message.
example:Custom parameter is not equal to corresponding check parameter
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder linkErrorConfigs(List<VerifyCheckCustomConfigResponseBody.LinkErrorConfigs> linkErrorConfigs)
Related configurations causing this error.
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder name(String name)
Name of the custom configuration item for the check item, unique within the same check item.
example:IpList
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder type(String type)
Type of the erroneous parameter:
custom
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs.Builder value(String value)
User-configured value string for the custom configuration item of the check item.
example:10.12.4.XX
public VerifyCheckCustomConfigResponseBody.ErrorCheckConfigs build()
Copyright © 2026. All rights reserved.