public class ListDBTaskSQLJobDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobId
The ID of the SQL task.
|
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.
|
| 构造器和说明 |
|---|
ListDBTaskSQLJobDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDBTaskSQLJobDetailRequest |
build(Map<String,?> map) |
Long |
getJobId() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getTid() |
ListDBTaskSQLJobDetailRequest |
setJobId(Long jobId) |
ListDBTaskSQLJobDetailRequest |
setPageNumber(Long pageNumber) |
ListDBTaskSQLJobDetailRequest |
setPageSize(Long pageSize) |
ListDBTaskSQLJobDetailRequest |
setTid(Long tid) |
@NameInMap(value="JobId") public Long jobId
The ID of the SQL task. You can call the ListDBTaskSQLJob operation to query the SQL task ID.
This parameter is required.
example:1276****
@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. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static ListDBTaskSQLJobDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDBTaskSQLJobDetailRequest setJobId(Long jobId)
public Long getJobId()
public ListDBTaskSQLJobDetailRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListDBTaskSQLJobDetailRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListDBTaskSQLJobDetailRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.