public static class SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
betweenEnd
The end value of the range used in the filter condition.
|
String |
betweenStart
The start value of the range used in the filter condition.
|
String |
columnName
The name of the column.
|
List<String> |
inList
The IN list used in the filter condition.
|
String |
operator
The type of the operator used to configure the filter condition.
|
String |
value
The value used in the filter condition.
|
| 构造器和说明 |
|---|
SearchDataTrackResultRequestColumnFilter() |
@NameInMap(value="BetweenEnd") public String betweenEnd
The end value of the range used in the filter condition. This parameter takes effect only when Operator is set to BETWEEN.
example:10
@NameInMap(value="BetweenStart") public String betweenStart
The start value of the range used in the filter condition. This parameter takes effect only when Operator is set to BETWEEN.
example:1
@NameInMap(value="ColumnName") public String columnName
The name of the column.
example:c_payer_name
@NameInMap(value="InList") public List<String> inList
The IN list used in the filter condition. This parameter takes effect only when Operator is set to IN or NOT_IN.
@NameInMap(value="Operator") public String operator
The type of the operator used to configure the filter condition. Valid values:
EQUAL
@NameInMap(value="Value") public String value
The value used in the filter condition.
example:1
public static SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter build(Map<String,?> map) throws Exception
Exceptionpublic SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setBetweenEnd(String betweenEnd)
public String getBetweenEnd()
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setBetweenStart(String betweenStart)
public String getBetweenStart()
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setColumnName(String columnName)
public String getColumnName()
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setInList(List<String> inList)
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setOperator(String operator)
public String getOperator()
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.