public static class CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attachmentName
The key of the attachment that contains the SQL statements used to change data.
|
String |
classify
The reason for the data change.
|
List<CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParamDbItemList> |
dbItemList
The databases in which you want to change data.
|
String |
execMode
The execution mode of the ticket after the ticket is approved.
|
String |
execSQL
The SQL statements that you want to execute to change data.
|
String |
rollbackAttachmentName
The key of the attachment that contains the SQL statements used to roll back the data change.
|
String |
rollbackSQL
The SQL statements used to roll back the data change.
|
String |
rollbackSqlType
The format of the SQL statements used to roll back the data change.
|
String |
sqlType
The format of the SQL statements used to change data.
|
| 构造器和说明 |
|---|
CreateFreeLockCorrectOrderRequestParam() |
@NameInMap(value="AttachmentName") public String attachmentName
The key of the attachment that contains the SQL statements used to change data. This parameter is not supported.
example:test.sql
@NameInMap(value="Classify") public String classify
The reason for the data change.
example:test
@NameInMap(value="DbItemList") public List<CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParamDbItemList> dbItemList
The databases in which you want to change data.
This parameter is required.
@NameInMap(value="ExecMode") public String execMode
The execution mode of the ticket after the ticket is approved. Valid values:
COMMITOR
@NameInMap(value="ExecSQL") public String execSQL
The SQL statements that you want to execute to change data.
This parameter is required.
example:delete from base_user where 1 = 1;
@NameInMap(value="RollbackAttachmentName") public String rollbackAttachmentName
The key of the attachment that contains the SQL statements used to roll back the data change.
example:test_rollback.sql
@NameInMap(value="RollbackSQL") public String rollbackSQL
The SQL statements used to roll back the data change.
example:empty
@NameInMap(value="RollbackSqlType") public String rollbackSqlType
The format of the SQL statements used to roll back the data change. Valid values:
TEXT
@NameInMap(value="SqlType") public String sqlType
The format of the SQL statements used to change data. Valid values:
This parameter is required.
example:TEXT
public static CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam build(Map<String,?> map) throws Exception
Exceptionpublic CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setAttachmentName(String attachmentName)
public String getAttachmentName()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setClassify(String classify)
public String getClassify()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setDbItemList(List<CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParamDbItemList> dbItemList)
public List<CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParamDbItemList> getDbItemList()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setExecMode(String execMode)
public String getExecMode()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setExecSQL(String execSQL)
public String getExecSQL()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setRollbackAttachmentName(String rollbackAttachmentName)
public String getRollbackAttachmentName()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setRollbackSQL(String rollbackSQL)
public String getRollbackSQL()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setRollbackSqlType(String rollbackSqlType)
public String getRollbackSqlType()
public CreateFreeLockCorrectOrderRequest.CreateFreeLockCorrectOrderRequestParam setSqlType(String sqlType)
public String getSqlType()
Copyright © 2025. All rights reserved.