public static final class DescribeSearchConditionResponseBody.ConditionList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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 name of the filter condition.
|
DescribeSearchConditionResponseBody.ConditionList.Builder |
nameKey(String nameKey)
The key of the filter condition name.
|
public DescribeSearchConditionResponseBody.ConditionList.Builder conditionType(String conditionType)
* **system**: default filter condition * **user**: custom filter condition
public DescribeSearchConditionResponseBody.ConditionList.Builder filterConditions(String filterConditions)
* **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: * **name**: the name of the filter item. * **value**: the value of the filter item. * **LogicalExp**: the logical relationship among the filter conditions. Valid values: * **AND**: The filter conditions are evaluated by using a logical **AND**. * **OR**: The filter conditions are evaluated by using a logical **OR**. > If the value of **ConditionType** is **system**, **labelKey** is returned. The labelKey field is used only for internationalization rendering.
public DescribeSearchConditionResponseBody.ConditionList.Builder name(String name)
public DescribeSearchConditionResponseBody.ConditionList.Builder nameKey(String nameKey)
public DescribeSearchConditionResponseBody.ConditionList build()
Copyright © 2023. All rights reserved.