public class CompareAbstractInfo extends AbstractModel
| Constructor and Description | 
|---|
| CompareAbstractInfo() | 
| CompareAbstractInfo(CompareAbstractInfo 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 | getCheckedTables()Get Number of checked tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getConclusion()Get Comparison conclusion. | 
| Long | getDifferentRows()Get Number of inconsistent data rows
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDifferentTables()Get Number of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getSkippedTables()Get Number of skipped tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getStatus()Get Task status. | 
| Long | getTotalTables()Get Total number of tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCheckedTables(Long CheckedTables)Set Number of checked tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setConclusion(String Conclusion)Set Comparison conclusion. | 
| void | setDifferentRows(Long DifferentRows)Set Number of inconsistent data rows
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDifferentTables(Long DifferentTables)Set Number of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSkippedTables(Long SkippedTables)Set Number of skipped tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setStatus(String Status)Set Task status. | 
| void | setTotalTables(Long TotalTables)Set Total number of tables
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 CompareAbstractInfo()
public CompareAbstractInfo(CompareAbstractInfo source)
public String getConclusion()
public void setConclusion(String Conclusion)
Conclusion - Comparison conclusion. Valid values: `same`, `different`.
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Task status. Valid values: `success`, `failed`.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalTables()
public void setTotalTables(Long TotalTables)
TotalTables - Total number of tables
Note: This field may return null, indicating that no valid values can be obtained.public Long getCheckedTables()
public void setCheckedTables(Long CheckedTables)
CheckedTables - Number of checked tables
Note: This field may return null, indicating that no valid values can be obtained.public Long getDifferentTables()
public void setDifferentTables(Long DifferentTables)
DifferentTables - Number of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained.public Long getSkippedTables()
public void setSkippedTables(Long SkippedTables)
SkippedTables - Number of skipped tables
Note: This field may return null, indicating that no valid values can be obtained.public Long getDifferentRows()
public void setDifferentRows(Long DifferentRows)
DifferentRows - Number of inconsistent data rows
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.