Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
CompareObject |
CompareTaskItem.getConfig()
Get Data consistency check task configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareObject |
CreateCompareTaskRequest.getObjects()
Get Configuration of the data consistency check object
|
CompareObject |
CompareAbstractInfo.getObjects()
Get Consistency check objects
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareObject |
ModifyCompareTaskRequest.getObjects()
Get Compared object, which is required if `CompareObjectMode` is `custom`.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareTaskItem.setConfig(CompareObject Config)
Set Data consistency check task configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
CreateCompareTaskRequest.setObjects(CompareObject Objects)
Set Configuration of the data consistency check object
|
void |
CompareAbstractInfo.setObjects(CompareObject Objects)
Set Consistency check objects
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
ModifyCompareTaskRequest.setObjects(CompareObject Objects)
Set Compared object, which is required if `CompareObjectMode` is `custom`.
|
Constructor and Description |
---|
CompareObject(CompareObject 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.
|
Copyright © 2023. All rights reserved.