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 |
getDstSampleRows()
Get Target database row count, which takes effect only when the comparison type is **Row count comparison**.
|
String |
getFinishedAt()
Get End time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNearlyTableCount()
Get The estimated number of tables
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareObject |
getObjects()
Get Consistency check objects
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareOptions |
getOptions()
Get Configuration parameters of the check task
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.
|
Long |
getSrcSampleRows()
Get Source database row count, which takes effect only when the comparison type is **Row count comparison**.
|
String |
getStartedAt()
Get Start time
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 |
setDstSampleRows(Long DstSampleRows)
Set Target database row count, which takes effect only when the comparison type is **Row count comparison**.
|
void |
setFinishedAt(String FinishedAt)
Set End time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setNearlyTableCount(Long NearlyTableCount)
Set The estimated number of tables
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setObjects(CompareObject Objects)
Set Consistency check objects
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOptions(CompareOptions Options)
Set Configuration parameters of the check task
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 |
setSrcSampleRows(Long SrcSampleRows)
Set Source database row count, which takes effect only when the comparison type is **Row count comparison**.
|
void |
setStartedAt(String StartedAt)
Set Start time
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, toJsonString
public CompareAbstractInfo()
public CompareAbstractInfo(CompareAbstractInfo source)
public CompareOptions getOptions()
public void setOptions(CompareOptions Options)
Options
- Configuration parameters of the check task
Note: This field may return null, indicating that no valid values can be obtained.public CompareObject getObjects()
public void setObjects(CompareObject Objects)
Objects
- Consistency check objects
Note: This field may return null, indicating that no valid values can be obtained.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 getNearlyTableCount()
public void setNearlyTableCount(Long NearlyTableCount)
NearlyTableCount
- The estimated number of 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.public Long getSrcSampleRows()
public void setSrcSampleRows(Long SrcSampleRows)
SrcSampleRows
- Source database row count, which takes effect only when the comparison type is **Row count comparison**.
Note: This field may return null, indicating that no valid values can be obtained.public Long getDstSampleRows()
public void setDstSampleRows(Long DstSampleRows)
DstSampleRows
- Target database row count, which takes effect only when the comparison type is **Row count comparison**.
Note: This field may return null, indicating that no valid values can be obtained.public String getStartedAt()
public void setStartedAt(String StartedAt)
StartedAt
- Start time
Note: This field may return null, indicating that no valid values can be obtained.public String getFinishedAt()
public void setFinishedAt(String FinishedAt)
FinishedAt
- End time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.