public static class CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dbId
The ID of the database.
|
String |
jobEndTime
The end time of the time range in which you want to track data operations.
|
String |
jobStartTime
The start time of the time range in which you want to track data operations.
|
List<String> |
tableNames
The names of the tables for which you want to track data operations.
|
List<String> |
trackTypes
The types of data operations that you want to track.
|
| 构造器和说明 |
|---|
CreateDataTrackOrderRequestParam() |
@NameInMap(value="DbId") public String dbId
The ID of the database. You can call the SearchDatabases operation to query the ID of the database.
You can call this operation to create a data tracking ticket for only physical databases. This operation is not applicable to logical databases.
This parameter is required.
example:123***
@NameInMap(value="JobEndTime") public String jobEndTime
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.
This parameter is required.
example:2023-04-23 10:00:00
@NameInMap(value="JobStartTime") public String jobStartTime
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.
This parameter is required.
example:2023-04-23 00:00:00
@NameInMap(value="TableNames") public List<String> tableNames
The names of the tables for which you want to track data operations.
This parameter is required.
public static CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam build(Map<String,?> map) throws Exception
Exceptionpublic CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam setDbId(String dbId)
public String getDbId()
public CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam setJobEndTime(String jobEndTime)
public String getJobEndTime()
public CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam setJobStartTime(String jobStartTime)
public String getJobStartTime()
public CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam setTableNames(List<String> tableNames)
public CreateDataTrackOrderRequest.CreateDataTrackOrderRequestParam setTrackTypes(List<String> trackTypes)
Copyright © 2025. All rights reserved.