public class ModifyDataCorrectExecSQLRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
execSQL
The new SQL script.
|
Long |
orderId
The ID of the data change ticket.
|
String |
realLoginUserUid |
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ModifyDataCorrectExecSQLRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ModifyDataCorrectExecSQLRequest |
build(Map<String,?> map) |
String |
getExecSQL() |
Long |
getOrderId() |
String |
getRealLoginUserUid() |
Long |
getTid() |
ModifyDataCorrectExecSQLRequest |
setExecSQL(String execSQL) |
ModifyDataCorrectExecSQLRequest |
setOrderId(Long orderId) |
ModifyDataCorrectExecSQLRequest |
setRealLoginUserUid(String realLoginUserUid) |
ModifyDataCorrectExecSQLRequest |
setTid(Long tid) |
@NameInMap(value="ExecSQL") public String execSQL
The new SQL script.
This parameter is required.
example:update tb set id = 1 where id = 1;
@NameInMap(value="OrderId") public Long orderId
The ID of the data change ticket.
This parameter is required.
example:4328****
@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:4****
public static ModifyDataCorrectExecSQLRequest build(Map<String,?> map) throws Exception
Exceptionpublic ModifyDataCorrectExecSQLRequest setExecSQL(String execSQL)
public String getExecSQL()
public ModifyDataCorrectExecSQLRequest setOrderId(Long orderId)
public Long getOrderId()
public ModifyDataCorrectExecSQLRequest setRealLoginUserUid(String realLoginUserUid)
public String getRealLoginUserUid()
public ModifyDataCorrectExecSQLRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.