public static class DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter
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.
|
| 构造器和说明 |
|---|
DownloadDataTrackResultRequestColumnFilter() |
@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:account_name
@NameInMap(value="InList") public List<String> inList
The IN list used in the filter condition.
@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 DownloadDataTrackResultRequestColumnFilter()
public static DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter build(Map<String,?> map) throws Exception
Exceptionpublic DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setBetweenEnd(String betweenEnd)
public String getBetweenEnd()
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setBetweenStart(String betweenStart)
public String getBetweenStart()
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setColumnName(String columnName)
public String getColumnName()
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setInList(List<String> inList)
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setOperator(String operator)
public String getOperator()
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.