public class ListDBTaskSQLJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
DBTaskGroupId
The ID of the SQL task group.
|
Long |
pageNumber
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each page.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListDBTaskSQLJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDBTaskSQLJobRequest |
build(Map<String,?> map) |
Long |
getDBTaskGroupId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
ListDBTaskSQLJobRequest |
setDBTaskGroupId(Long DBTaskGroupId) |
ListDBTaskSQLJobRequest |
setPageNumber(Long pageNumber) |
ListDBTaskSQLJobRequest |
setPageSize(Long pageSize) |
ListDBTaskSQLJobRequest |
setTid(Long tid) |
@NameInMap(value="DBTaskGroupId") public Long DBTaskGroupId
The ID of the SQL task group. You can call the GetStructSyncJobDetail operation to obtain this parameter.
This parameter is required.
example:1324235
@NameInMap(value="PageNumber") public Long pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page.
example:20
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
1
public static ListDBTaskSQLJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDBTaskSQLJobRequest setDBTaskGroupId(Long DBTaskGroupId)
public Long getDBTaskGroupId()
public ListDBTaskSQLJobRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListDBTaskSQLJobRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListDBTaskSQLJobRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.