public static final class GetCheckDetailResponseBody.CustomConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetCheckDetailResponseBody.CustomConfigs |
build() |
GetCheckDetailResponseBody.CustomConfigs.Builder |
defaultValue(String defaultValue)
The default value of the custom configuration item.
|
GetCheckDetailResponseBody.CustomConfigs.Builder |
name(String name)
The name of the custom configuration item, which is unique in a check item.
|
GetCheckDetailResponseBody.CustomConfigs.Builder |
showName(String showName)
The display name of the custom configuration item for internationalization.
|
GetCheckDetailResponseBody.CustomConfigs.Builder |
typeDefine(String typeDefine)
The type of the custom configuration item.
|
GetCheckDetailResponseBody.CustomConfigs.Builder |
value(String value)
The value of the custom configuration item.
|
public GetCheckDetailResponseBody.CustomConfigs.Builder defaultValue(String defaultValue)
The default value of the custom configuration item. The value is a string.
example:12
public GetCheckDetailResponseBody.CustomConfigs.Builder name(String name)
The name of the custom configuration item, which is unique in a check item.
example:SessionTimeMax
public GetCheckDetailResponseBody.CustomConfigs.Builder showName(String showName)
The display name of the custom configuration item for internationalization.
example:Maximum session time
public GetCheckDetailResponseBody.CustomConfigs.Builder typeDefine(String typeDefine)
The type of the custom configuration item. The value is a JSON string.
example:{"type":"NUMBER","range":[1,24]}
public GetCheckDetailResponseBody.CustomConfigs.Builder value(String value)
The value of the custom configuration item. The value is a string.
example:11
public GetCheckDetailResponseBody.CustomConfigs build()
Copyright © 2026. All rights reserved.