public static class SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList> |
eventList
The details of the event logs.
|
List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultTableInfoList> |
tableInfoList
The metadata of tables for which you track data operations.
|
Long |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
SearchDataTrackResultResponseBodyTrackResult() |
@NameInMap(value="EventList") public List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList> eventList
The details of the event logs.
@NameInMap(value="TableInfoList") public List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultTableInfoList> tableInfoList
The metadata of tables for which you track data operations.
@NameInMap(value="TotalCount") public Long totalCount
The total number of entries returned.
example:109
public SearchDataTrackResultResponseBodyTrackResult()
public static SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResult build(Map<String,?> map) throws Exception
Exceptionpublic SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResult setEventList(List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList> eventList)
public List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultEventList> getEventList()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResult setTableInfoList(List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultTableInfoList> tableInfoList)
public List<SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResultTableInfoList> getTableInfoList()
public SearchDataTrackResultResponseBody.SearchDataTrackResultResponseBodyTrackResult setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.