public class DownloadDataTrackResultRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter |
| 限定符和类型 | 字段和说明 |
|---|---|
DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter |
columnFilter
The condition to filter columns.
|
List<Long> |
eventIdList
The IDs of the events.
|
String |
filterEndTime
The end time of the time range in which you want to track data operations.
|
String |
filterStartTime
The start time of the time range in which you want to track data operations.
|
List<String> |
filterTableList
The names of the tables for which you want to track data operations.
|
List<String> |
filterTypeList
The types of data operations that you want to track.
|
Long |
orderId
The ID of the ticket.
|
String |
rollbackSQLType
The type of the SQL statement.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DownloadDataTrackResultRequest() |
@NameInMap(value="ColumnFilter") public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter columnFilter
The condition to filter columns.
@NameInMap(value="FilterEndTime") public String filterEndTime
The end time of the time range in which you want to track data operations. The time must be specified in the yyyy-MM-dd HH:mm:ss format.
example:2023-04-23 10:00:00
@NameInMap(value="FilterStartTime") public String filterStartTime
The start time of the time range in which you want to track data operations. The time must be specified in the yyyy-MM-dd HH:mm:ss format.
example:2023-04-23 00:00:00
@NameInMap(value="FilterTableList") public List<String> filterTableList
The names of the tables for which you want to track data operations.
@NameInMap(value="FilterTypeList") public List<String> filterTypeList
The types of data operations that you want to track.
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket. You can call the ListOrders operation to obtain the ticket ID.
This parameter is required.
example:406****
@NameInMap(value="RollbackSQLType") public String rollbackSQLType
The type of the SQL statement.
This parameter is required.
example:REVERSE
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:3***
public static DownloadDataTrackResultRequest build(Map<String,?> map) throws Exception
Exceptionpublic DownloadDataTrackResultRequest setColumnFilter(DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter columnFilter)
public DownloadDataTrackResultRequest.DownloadDataTrackResultRequestColumnFilter getColumnFilter()
public DownloadDataTrackResultRequest setEventIdList(List<Long> eventIdList)
public DownloadDataTrackResultRequest setFilterEndTime(String filterEndTime)
public String getFilterEndTime()
public DownloadDataTrackResultRequest setFilterStartTime(String filterStartTime)
public String getFilterStartTime()
public DownloadDataTrackResultRequest setFilterTableList(List<String> filterTableList)
public DownloadDataTrackResultRequest setFilterTypeList(List<String> filterTypeList)
public DownloadDataTrackResultRequest setOrderId(Long orderId)
public Long getOrderId()
public DownloadDataTrackResultRequest setRollbackSQLType(String rollbackSQLType)
public String getRollbackSQLType()
public DownloadDataTrackResultRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.