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