public static class ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
affectRows
The number of rows affected by the SQL task.
|
String |
currentSql
The SQL statement that was executed in the SQL task.
|
Long |
dbId
The ID of the physical database.
|
String |
endTime
The point in time when the SQL task ended.
|
Long |
executeCount
The number of times that the SQL statement was executed.
|
Long |
jobDetailId
The ID of the details of the SQL task.
|
Long |
jobId
The ID of the SQL task.
|
String |
log
The details of the operational log.
|
Boolean |
logic
Indicates whether the database is a logical database.
|
Boolean |
skip
Indicates whether the SQL statement was skipped.
|
String |
sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
|
String |
startTime
The point in time when the SQL task started.
|
String |
status
The status of the SQL task.
|
Long |
timeDelay
The duration of the SQL task.
|
| 构造器和说明 |
|---|
ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList() |
@NameInMap(value="AffectRows") public Long affectRows
The number of rows affected by the SQL task.
example:0
@NameInMap(value="CurrentSql") public String currentSql
The SQL statement that was executed in the SQL task.
example:update a set id = 1 where id = 1;
@NameInMap(value="DbId") public Long dbId
The ID of the physical database.
example:1988****
@NameInMap(value="EndTime") public String endTime
The point in time when the SQL task ended.
example:2021-12-16 00:00:01
@NameInMap(value="ExecuteCount") public Long executeCount
The number of times that the SQL statement was executed.
example:1
@NameInMap(value="JobDetailId") public Long jobDetailId
The ID of the details of the SQL task.
example:24723****
@NameInMap(value="JobId") public Long jobId
The ID of the SQL task.
example:1276****
@NameInMap(value="Log") public String log
The details of the operational log.
example:log_info
@NameInMap(value="Logic") public Boolean logic
Indicates whether the database is a logical database. Valid values:
false
@NameInMap(value="Skip") public Boolean skip
Indicates whether the SQL statement was skipped. Valid values:
false
@NameInMap(value="SqlType") public String sqlType
The type of the SQL statement, such as DELETE, UPDATE, or ALTER_TABLE.
example:CREATE_TABLE
@NameInMap(value="StartTime") public String startTime
The point in time when the SQL task started.
example:2021-12-16 00:00:00
@NameInMap(value="Status") public String status
The status of the SQL task. Valid values:
SUCCESS
@NameInMap(value="TimeDelay") public Long timeDelay
The duration of the SQL task. Unit: milliseconds.
example:38
public ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList()
public static ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList build(Map<String,?> map) throws Exception
Exceptionpublic ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setAffectRows(Long affectRows)
public Long getAffectRows()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setCurrentSql(String currentSql)
public String getCurrentSql()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setDbId(Long dbId)
public Long getDbId()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setEndTime(String endTime)
public String getEndTime()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setExecuteCount(Long executeCount)
public Long getExecuteCount()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setJobDetailId(Long jobDetailId)
public Long getJobDetailId()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setJobId(Long jobId)
public Long getJobId()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setLog(String log)
public String getLog()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setLogic(Boolean logic)
public Boolean getLogic()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setSkip(Boolean skip)
public Boolean getSkip()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setSqlType(String sqlType)
public String getSqlType()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setStartTime(String startTime)
public String getStartTime()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setStatus(String status)
public String getStatus()
public ListDBTaskSQLJobDetailResponseBody.ListDBTaskSQLJobDetailResponseBodyDBTaskSQLJobDetailList setTimeDelay(Long timeDelay)
public Long getTimeDelay()
Copyright © 2025. All rights reserved.