public static class GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
actualAffectRows
The number of affected rows that is obtained by the precheck.
|
String |
attachmentName
The name of the attachment that contains the SQL statements used to change data.
|
String |
classify
The category of the reason for the data change.
|
Long |
estimateAffectRows
The estimated number of affected rows.
|
String |
exeSQL
The executed SQL statements.
|
Boolean |
ignoreAffectRows
Indicates whether the precheck result is ignored.
|
String |
ignoreAffectRowsReason
The reason why the precheck result is ignored.
|
String |
rbAttachmentName
The name of the attachment that contains the SQL statements used to roll back the data change.
|
String |
rbSQL
The SQL statements used to roll back the data change.
|
String |
rbSQLType
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.
|
| 构造器和说明 |
|---|
GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail() |
@NameInMap(value="ActualAffectRows") public Long actualAffectRows
The number of affected rows that is obtained by the precheck.
example:100
@NameInMap(value="AttachmentName") public String attachmentName
The name of the attachment that contains the SQL statements used to change data.
example:xxx
@NameInMap(value="Classify") public String classify
The category of the reason for the data change.
example:test
@NameInMap(value="EstimateAffectRows") public Long estimateAffectRows
The estimated number of affected rows.
example:100
@NameInMap(value="ExeSQL") public String exeSQL
The executed SQL statements.
example:update t1 set name = \"xxx\" where id <= 100
@NameInMap(value="IgnoreAffectRows") public Boolean ignoreAffectRows
Indicates whether the precheck result is ignored. Valid values:
false
@NameInMap(value="IgnoreAffectRowsReason") public String ignoreAffectRowsReason
The reason why the precheck result is ignored.
example:test
@NameInMap(value="RbAttachmentName") public String rbAttachmentName
The name of the attachment that contains the SQL statements used to roll back the data change.
example:test
@NameInMap(value="RbSQL") public String rbSQL
The SQL statements used to roll back the data change.
example:empty
@NameInMap(value="RbSQLType") public String rbSQLType
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:
text
public GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail()
public static GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setActualAffectRows(Long actualAffectRows)
public Long getActualAffectRows()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setAttachmentName(String attachmentName)
public String getAttachmentName()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setClassify(String classify)
public String getClassify()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setEstimateAffectRows(Long estimateAffectRows)
public Long getEstimateAffectRows()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setExeSQL(String exeSQL)
public String getExeSQL()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setIgnoreAffectRows(Boolean ignoreAffectRows)
public Boolean getIgnoreAffectRows()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setIgnoreAffectRowsReason(String ignoreAffectRowsReason)
public String getIgnoreAffectRowsReason()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setRbAttachmentName(String rbAttachmentName)
public String getRbAttachmentName()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setRbSQL(String rbSQL)
public String getRbSQL()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setRbSQLType(String rbSQLType)
public String getRbSQLType()
public GetDataCorrectOrderDetailResponseBody.GetDataCorrectOrderDetailResponseBodyDataCorrectOrderDetailOrderDetail setSqlType(String sqlType)
public String getSqlType()
Copyright © 2025. All rights reserved.