public static final class ListOperationCheckResponseBody.RepairConfigs.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListOperationCheckResponseBody.RepairConfigs |
build() |
ListOperationCheckResponseBody.RepairConfigs.Builder |
flowId(String flowId)
ID of the repair process during the repair operation.
|
ListOperationCheckResponseBody.RepairConfigs.Builder |
name(String name)
Name of the repair parameter.
|
ListOperationCheckResponseBody.RepairConfigs.Builder |
showName(String showName)
Display name.
|
ListOperationCheckResponseBody.RepairConfigs.Builder |
typeDefine(String typeDefine)
JSON string for the custom configuration type of the check item.
|
ListOperationCheckResponseBody.RepairConfigs.Builder |
value(String value)
Real-time value of the parameter for the instance.
|
public ListOperationCheckResponseBody.RepairConfigs.Builder flowId(String flowId)
ID of the repair process during the repair operation.
example:cd7c4d34c1034de08308535d6cee***
public ListOperationCheckResponseBody.RepairConfigs.Builder name(String name)
Name of the repair parameter.
example:IpList
public ListOperationCheckResponseBody.RepairConfigs.Builder showName(String showName)
Display name.
example:IP List
public ListOperationCheckResponseBody.RepairConfigs.Builder typeDefine(String typeDefine)
JSON string for the custom configuration type of the check item.
example:{"type":"STRING","range":[0,64]}
public ListOperationCheckResponseBody.RepairConfigs.Builder value(String value)
Real-time value of the parameter for the instance.
example:192.168.1XX.1XX
public ListOperationCheckResponseBody.RepairConfigs build()
Copyright © 2026. All rights reserved.