public class PauseDataCorrectSQLJobRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
jobId
The ID of the SQL task.
|
Long |
orderId
The ID of the data change ticket.
|
Long |
tid
The tenant ID.
|
String |
type
The type of the pause operation.
|
| 构造器和说明 |
|---|
PauseDataCorrectSQLJobRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PauseDataCorrectSQLJobRequest |
build(Map<String,?> map) |
Long |
getJobId() |
Long |
getOrderId() |
Long |
getTid() |
String |
getType() |
PauseDataCorrectSQLJobRequest |
setJobId(Long jobId) |
PauseDataCorrectSQLJobRequest |
setOrderId(Long orderId) |
PauseDataCorrectSQLJobRequest |
setTid(Long tid) |
PauseDataCorrectSQLJobRequest |
setType(String type) |
@NameInMap(value="JobId") public Long jobId
The ID of the SQL task. You can call the GetDataCorrectTaskDetail or ListDBTaskSQLJob operation to obtain the value of this parameter.
example:If Type is set to SINGLE, you must pass in the value of JobId to confirm the ID of the SQL task that you want to pause.
43253
@NameInMap(value="OrderId") public Long orderId
The ID of the data change ticket. You can call the ListOrders operation to query the ID of the data change ticket.
This parameter is required.
example:43253
@NameInMap(value="Tid") public Long tid
The tenant ID. You can call the GetUserActiveTenant operation to query the tenant ID.
example:4325
@NameInMap(value="Type") public String type
The type of the pause operation. Valid values:
This parameter is required.
example:SINGLE
public static PauseDataCorrectSQLJobRequest build(Map<String,?> map) throws Exception
Exceptionpublic PauseDataCorrectSQLJobRequest setJobId(Long jobId)
public Long getJobId()
public PauseDataCorrectSQLJobRequest setOrderId(Long orderId)
public Long getOrderId()
public PauseDataCorrectSQLJobRequest setTid(Long tid)
public Long getTid()
public PauseDataCorrectSQLJobRequest setType(String type)
public String getType()
Copyright © 2025. All rights reserved.