public class SearchDataTrackResultRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter |
| 限定符和类型 | 字段和说明 |
|---|---|
SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter |
columnFilter
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.
|
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.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
SearchDataTrackResultRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchDataTrackResultRequest |
build(Map<String,?> map) |
SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter |
getColumnFilter() |
String |
getFilterEndTime() |
String |
getFilterStartTime() |
List<String> |
getFilterTableList() |
List<String> |
getFilterTypeList() |
Long |
getOrderId() |
Long |
getTid() |
SearchDataTrackResultRequest |
setColumnFilter(SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter columnFilter) |
SearchDataTrackResultRequest |
setFilterEndTime(String filterEndTime) |
SearchDataTrackResultRequest |
setFilterStartTime(String filterStartTime) |
SearchDataTrackResultRequest |
setFilterTableList(List<String> filterTableList) |
SearchDataTrackResultRequest |
setFilterTypeList(List<String> filterTypeList) |
SearchDataTrackResultRequest |
setOrderId(Long orderId) |
SearchDataTrackResultRequest |
setTid(Long tid) |
@NameInMap(value="ColumnFilter") public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter 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 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 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 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 SearchDataTrackResultRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchDataTrackResultRequest setColumnFilter(SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter columnFilter)
public SearchDataTrackResultRequest.SearchDataTrackResultRequestColumnFilter getColumnFilter()
public SearchDataTrackResultRequest setFilterEndTime(String filterEndTime)
public String getFilterEndTime()
public SearchDataTrackResultRequest setFilterStartTime(String filterStartTime)
public String getFilterStartTime()
public SearchDataTrackResultRequest setFilterTableList(List<String> filterTableList)
public SearchDataTrackResultRequest setFilterTypeList(List<String> filterTypeList)
public SearchDataTrackResultRequest setOrderId(Long orderId)
public Long getOrderId()
public SearchDataTrackResultRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.