public static class GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
DBTaskGroupId
The ID of the SQL task group.
|
Long |
executeCount
The number of SQL statements that have been executed.
|
String |
jobStatus
The status of the task.
|
String |
message
The description of the task.
|
String |
securityRule
The type of security rule.
|
Long |
sqlCount
The total number of SQL statements.
|
Long |
tableAnalyzed
The number of tables that have been analyzed.
|
Long |
tableCount
The total number of tables.
|
| 构造器和说明 |
|---|
GetStructSyncJobDetailResponseBodyStructSyncJobDetail() |
@NameInMap(value="DBTaskGroupId") public Long DBTaskGroupId
The ID of the SQL task group.
example:12345
@NameInMap(value="ExecuteCount") public Long executeCount
The number of SQL statements that have been executed.
example:1
@NameInMap(value="JobStatus") public String jobStatus
The status of the task. Valid values:
DBTASK_SUCCESS
@NameInMap(value="Message") public String message
The description of the task.
example:test
@NameInMap(value="SecurityRule") public String securityRule
The type of security rule. Valid values:
WITHOUT_APPROVE
@NameInMap(value="SqlCount") public Long sqlCount
The total number of SQL statements.
example:1
@NameInMap(value="TableAnalyzed") public Long tableAnalyzed
The number of tables that have been analyzed.
example:2
@NameInMap(value="TableCount") public Long tableCount
The total number of tables.
example:2
public GetStructSyncJobDetailResponseBodyStructSyncJobDetail()
public static GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setDBTaskGroupId(Long DBTaskGroupId)
public Long getDBTaskGroupId()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setExecuteCount(Long executeCount)
public Long getExecuteCount()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setJobStatus(String jobStatus)
public String getJobStatus()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setMessage(String message)
public String getMessage()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setSecurityRule(String securityRule)
public String getSecurityRule()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setSqlCount(Long sqlCount)
public Long getSqlCount()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setTableAnalyzed(Long tableAnalyzed)
public Long getTableAnalyzed()
public GetStructSyncJobDetailResponseBody.GetStructSyncJobDetailResponseBodyStructSyncJobDetail setTableCount(Long tableCount)
public Long getTableCount()
Copyright © 2025. All rights reserved.