public class GetOnlineDDLProgressRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobDetailId
The ID of the OnlineDDL SQL task details.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetOnlineDDLProgressRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetOnlineDDLProgressRequest |
build(Map<String,?> map) |
Long |
getJobDetailId() |
Long |
getTid() |
GetOnlineDDLProgressRequest |
setJobDetailId(Long jobDetailId) |
GetOnlineDDLProgressRequest |
setTid(Long tid) |
@NameInMap(value="JobDetailId") public Long jobDetailId
The ID of the OnlineDDL SQL task details. You can call the ListDBTaskSQLJobDetail operation to obtain the task detail ID.
This parameter is required.
example:15***
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
3***
public static GetOnlineDDLProgressRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetOnlineDDLProgressRequest setJobDetailId(Long jobDetailId)
public Long getJobDetailId()
public GetOnlineDDLProgressRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.