public class CompareDetailInfo extends AbstractModel
skipSign
Constructor and Description |
---|
CompareDetailInfo() |
CompareDetailInfo(CompareDetailInfo 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 |
---|---|
DifferenceDetail |
getDifference()
Get Details of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained.
|
SkippedDetail |
getSkipped()
Get Details of skipped tables
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDifference(DifferenceDetail Difference)
Set Details of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSkipped(SkippedDetail Skipped)
Set Details of skipped 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CompareDetailInfo()
public CompareDetailInfo(CompareDetailInfo source)
public DifferenceDetail getDifference()
public void setDifference(DifferenceDetail Difference)
Difference
- Details of inconsistent tables
Note: This field may return null, indicating that no valid values can be obtained.public SkippedDetail getSkipped()
public void setSkipped(SkippedDetail Skipped)
Skipped
- Details of skipped tables
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.