public class SearchDataTrackResultShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
columnFilterShrink
The condition to filter columns.
|
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.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SearchDataTrackResultShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchDataTrackResultShrinkRequest |
build(Map<String,?> map) |
String |
getColumnFilterShrink() |
String |
getFilterEndTime() |
String |
getFilterStartTime() |
String |
getFilterTableListShrink() |
String |
getFilterTypeListShrink() |
Long |
getOrderId() |
Long |
getTid() |
SearchDataTrackResultShrinkRequest |
setColumnFilterShrink(String columnFilterShrink) |
SearchDataTrackResultShrinkRequest |
setFilterEndTime(String filterEndTime) |
SearchDataTrackResultShrinkRequest |
setFilterStartTime(String filterStartTime) |
SearchDataTrackResultShrinkRequest |
setFilterTableListShrink(String filterTableListShrink) |
SearchDataTrackResultShrinkRequest |
setFilterTypeListShrink(String filterTypeListShrink) |
SearchDataTrackResultShrinkRequest |
setOrderId(Long orderId) |
SearchDataTrackResultShrinkRequest |
setTid(Long tid) |
@NameInMap(value="ColumnFilter") public String columnFilterShrink
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 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 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 query the ticket ID.
This parameter is required.
example:420****
@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:62***
public static SearchDataTrackResultShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchDataTrackResultShrinkRequest setColumnFilterShrink(String columnFilterShrink)
public String getColumnFilterShrink()
public SearchDataTrackResultShrinkRequest setFilterEndTime(String filterEndTime)
public String getFilterEndTime()
public SearchDataTrackResultShrinkRequest setFilterStartTime(String filterStartTime)
public String getFilterStartTime()
public SearchDataTrackResultShrinkRequest setFilterTableListShrink(String filterTableListShrink)
public String getFilterTableListShrink()
public SearchDataTrackResultShrinkRequest setFilterTypeListShrink(String filterTypeListShrink)
public String getFilterTypeListShrink()
public SearchDataTrackResultShrinkRequest setOrderId(Long orderId)
public Long getOrderId()
public SearchDataTrackResultShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.