public class ConsistencyParams extends AbstractModel
| Constructor and Description | 
|---|
| ConsistencyParams() | 
| ConsistencyParams(ConsistencyParams source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getSelectRowsPerTable()Get Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table. | 
| Long | getTablesSelectAll()Get Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables. | 
| Long | getTablesSelectCount()Get Data quantity check parameter, which checks whether the numbers of rows are identical. | 
| void | setSelectRowsPerTable(Long SelectRowsPerTable)Set Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table. | 
| void | setTablesSelectAll(Long TablesSelectAll)Set Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables. | 
| void | setTablesSelectCount(Long TablesSelectCount)Set Data quantity check parameter, which checks whether the numbers of rows are identical. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ConsistencyParams()
public ConsistencyParams(ConsistencyParams source)
public Long getSelectRowsPerTable()
public void setSelectRowsPerTable(Long SelectRowsPerTable)
SelectRowsPerTable - Data content check parameter, which refers to the proportion of the rows selected for data comparison in all the rows of the table. Value: an integer between 1 and 100.public Long getTablesSelectAll()
public void setTablesSelectAll(Long TablesSelectAll)
TablesSelectAll - Data content check parameter, which refers to the proportion of the tables selected for data detection in all the tables. Value: an integer between 1 and 100.public Long getTablesSelectCount()
public void setTablesSelectCount(Long TablesSelectCount)
TablesSelectCount - Data quantity check parameter, which checks whether the numbers of rows are identical. It refers to the proportion of the tables selected for quantity check in all the tables. Value: an integer between 1 and 100.Copyright © 2023. All rights reserved.