public class DownloadDataTrackResultShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
columnFilterShrink
The condition to filter columns.
|
String |
eventIdListShrink
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.
|
String |
filterTableListShrink
The names of the tables for which you want to track data operations.
|
String |
filterTypeListShrink
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.
|
| 构造器和说明 |
|---|
DownloadDataTrackResultShrinkRequest() |
@NameInMap(value="ColumnFilter") public String columnFilterShrink
The condition to filter columns.
@NameInMap(value="EventIdList") public String eventIdListShrink
The IDs of the events.
@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 String filterTableListShrink
The names of the tables for which you want to track data operations.
@NameInMap(value="FilterTypeList") public String filterTypeListShrink
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 DownloadDataTrackResultShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic DownloadDataTrackResultShrinkRequest setColumnFilterShrink(String columnFilterShrink)
public String getColumnFilterShrink()
public DownloadDataTrackResultShrinkRequest setEventIdListShrink(String eventIdListShrink)
public String getEventIdListShrink()
public DownloadDataTrackResultShrinkRequest setFilterEndTime(String filterEndTime)
public String getFilterEndTime()
public DownloadDataTrackResultShrinkRequest setFilterStartTime(String filterStartTime)
public String getFilterStartTime()
public DownloadDataTrackResultShrinkRequest setFilterTableListShrink(String filterTableListShrink)
public String getFilterTableListShrink()
public DownloadDataTrackResultShrinkRequest setFilterTypeListShrink(String filterTypeListShrink)
public String getFilterTypeListShrink()
public DownloadDataTrackResultShrinkRequest setOrderId(Long orderId)
public Long getOrderId()
public DownloadDataTrackResultShrinkRequest setRollbackSQLType(String rollbackSQLType)
public String getRollbackSQLType()
public DownloadDataTrackResultShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.