public static class ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
comment
The description of the SQL task.
|
String |
createTime
The time when the SQL task was created.
|
Long |
dbId
The ID of the database.
|
String |
dbSearchName
The name that is used to search for the database.
|
Long |
dbTaskGroupId
The ID of the SQL task group.
|
Long |
jobId
The ID of the SQL task.
|
String |
jobType
The type of the SQL task.
|
String |
lastExecTime
The time when the SQL task was last executed.
|
Boolean |
logic
Indicates whether the database is a logical database.
|
String |
status
The state of the SQL task.
|
Boolean |
transactional
Indicates whether the SQL task is executed as a transaction.
|
| 构造器和说明 |
|---|
ListDBTaskSQLJobResponseBodyDBTaskSQLJobList() |
@NameInMap(value="Comment") public String comment
The description of the SQL task.
example:test
@NameInMap(value="CreateTime") public String createTime
The time when the SQL task was created.
example:2021-02-18 17:49:20
@NameInMap(value="DbId") public Long dbId
The ID of the database.
example:43214523
@NameInMap(value="DbSearchName") public String dbSearchName
The name that is used to search for the database.
example:test@xxx:3306【test】
@NameInMap(value="DbTaskGroupId") public Long dbTaskGroupId
The ID of the SQL task group.
example:4324132
@NameInMap(value="JobId") public Long jobId
The ID of the SQL task.
example:123435
@NameInMap(value="JobType") public String jobType
The type of the SQL task.
example:STRUCT_SYNC
@NameInMap(value="LastExecTime") public String lastExecTime
The time when the SQL task was last executed.
example:2021-02-18 17:49:31
@NameInMap(value="Logic") public Boolean logic
Indicates whether the database is a logical database. Valid values:
false
@NameInMap(value="Status") public String status
The state of the SQL task. Valid values:
SUCCESS
@NameInMap(value="Transactional") public Boolean transactional
Indicates whether the SQL task is executed as a transaction. Valid values:
false
public ListDBTaskSQLJobResponseBodyDBTaskSQLJobList()
public static ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList build(Map<String,?> map) throws Exception
Exceptionpublic ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setComment(String comment)
public String getComment()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setCreateTime(String createTime)
public String getCreateTime()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setDbId(Long dbId)
public Long getDbId()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setDbSearchName(String dbSearchName)
public String getDbSearchName()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setDbTaskGroupId(Long dbTaskGroupId)
public Long getDbTaskGroupId()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setJobId(Long jobId)
public Long getJobId()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setJobType(String jobType)
public String getJobType()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setLastExecTime(String lastExecTime)
public String getLastExecTime()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setLogic(Boolean logic)
public Boolean getLogic()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setStatus(String status)
public String getStatus()
public ListDBTaskSQLJobResponseBody.ListDBTaskSQLJobResponseBodyDBTaskSQLJobList setTransactional(Boolean transactional)
public Boolean getTransactional()
Copyright © 2025. All rights reserved.