public static final class VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyCheckCustomConfigResponseBody.LinkErrorConfigs |
build() |
VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder |
name(String name)
Name of the check item configuration, unique within the same check item.
|
VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder |
showName(String showName)
Display name of the user"s check configuration.
|
VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder |
type(String type)
The type of the parameter that caused the error:
repair: Repair parameter
custom: Custom configuration parameter
example:
repair
|
public VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder name(String name)
Name of the check item configuration, unique within the same check item.
example:IpLists
public VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder showName(String showName)
Display name of the user"s check configuration.
example:IP Lists
public VerifyCheckCustomConfigResponseBody.LinkErrorConfigs.Builder type(String type)
The type of the parameter that caused the error:
repair
public VerifyCheckCustomConfigResponseBody.LinkErrorConfigs build()
Copyright © 2026. All rights reserved.