Class CompareDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.CompareDetailInfo
-
public class CompareDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferenceDetailgetDifference()Get 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。SkippedDetailgetSkipped()Get 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。voidsetDifference(DifferenceDetail Difference)Set 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。voidsetSkipped(SkippedDetail Skipped)Set 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CompareDetailInfo
public CompareDetailInfo()
-
CompareDetailInfo
public 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.
-
-
Method Detail
-
getDifference
public DifferenceDetail getDifference()
Get 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Difference 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。
-
setDifference
public void setDifference(DifferenceDetail Difference)
Set 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Difference- 数据不一致的表详情 注意:此字段可能返回 null,表示取不到有效值。
-
getSkipped
public SkippedDetail getSkipped()
Get 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Skipped 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。
-
setSkipped
public void setSkipped(SkippedDetail Skipped)
Set 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Skipped- 跳过校验的表详情 注意:此字段可能返回 null,表示取不到有效值。
-
-