public static class SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
dataAfter
The data records after you perform data operations in the database.
|
List<String> |
dataBefore
The data records before you perform data operations in the database.
|
Long |
eventId
The ID of the event.
|
Long |
eventLength
The length of the event content.
|
String |
eventTimestamp
The event time.
|
String |
eventType
The type of the event.
|
String |
rollSQL
The SQL statements used to roll back the data change.
|
| 构造器和说明 |
|---|
SearchDataTrackResultResponseBodyTrackResultEventList() |
@NameInMap(value="DataAfter") public List<String> dataAfter
The data records after you perform data operations in the database.
@NameInMap(value="DataBefore") public List<String> dataBefore
The data records before you perform data operations in the database.
@NameInMap(value="EventId") public Long eventId
The ID of the event.
example:1
@NameInMap(value="EventLength") public Long eventLength
The length of the event content. Unit: bytes.
example:4324
@NameInMap(value="EventTimestamp") public String eventTimestamp
The event time.
example:2023-04-23 10:25:47
@NameInMap(value="EventType") public String eventType
The type of the event. Valid values:
UPDATE_ROWS
@NameInMap(value="RollSQL") public String rollSQL
The SQL statements used to roll back the data change.
example:-- Timestamp:2023-04-23 10:25:47 #1\r\nUPDATE dc_test.tb_chunk_dml SET id=1 , gmt_create=\"2021-09-30T00:00:00\" , content=\"2023-03-30 14:51:50\" , c1=\"2023-04-17 13:42:03\" , c_id=1 , c13425=\"b\\\"\" , c432532535= null , c1432= null , c143243253= null , c1432535= null , c43125325= null , c3425325= null WHERE (id=1)"
public SearchDataTrackResultResponseBodyTrackResultEventList()
public static SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList build(Map<String,?> map) throws Exception
Exceptionpublic SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setDataAfter(List<String> dataAfter)
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setDataBefore(List<String> dataBefore)
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setEventId(Long eventId)
public Long getEventId()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setEventLength(Long eventLength)
public Long getEventLength()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setEventTimestamp(String eventTimestamp)
public String getEventTimestamp()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setEventType(String eventType)
public String getEventType()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList setRollSQL(String rollSQL)
public String getRollSQL()
Copyright © 2025. All rights reserved.