public static final class DescribeSearchConditionResponseBody.ConditionList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSearchConditionResponseBody.ConditionList |
build() |
DescribeSearchConditionResponseBody.ConditionList.Builder |
conditionType(String conditionType)
The type of the filter condition.
|
DescribeSearchConditionResponseBody.ConditionList.Builder |
filterConditions(String filterConditions)
The filter condition.
|
DescribeSearchConditionResponseBody.ConditionList.Builder |
name(String name)
The filter condition name.
|
DescribeSearchConditionResponseBody.ConditionList.Builder |
nameKey(String nameKey)
The key of the filter condition name.
|
public DescribeSearchConditionResponseBody.ConditionList.Builder conditionType(String conditionType)
The type of the filter condition. Valid values:
system
public DescribeSearchConditionResponseBody.ConditionList.Builder filterConditions(String filterConditions)
The filter condition. The value of this parameter is in the JSON format and contains the following fields:
filterParams: the parameters of the filter condition. The value of this field is in the JSON format and contains the following fields:
labelKey: the key for rendering.
label: the display name.
value: the value of the filter condition. The value of this field is in the JSON format and contains the following fields:
LogicalExp: the logical relationship among the filter conditions. Valid values:
example:If the value of ConditionType is system, labelKey is returned. The labelKey field is used only for internationalization rendering.
{"filterParams":[{"labelKey":"a|b","value":"{\"name\":\"sadsasd\",\"value\":\"dasdsdas\"}"}],"LogicalExp":"OR"}
public DescribeSearchConditionResponseBody.ConditionList.Builder name(String name)
The filter condition name.
example:StopMachine
public DescribeSearchConditionResponseBody.ConditionList.Builder nameKey(String nameKey)
The key of the filter condition name.
example:stop_machine
public DescribeSearchConditionResponseBody.ConditionList build()
Copyright © 2026. All rights reserved.