Package | Description |
---|---|
com.tencentcloudapi.dts.v20211206.models |
Modifier and Type | Method and Description |
---|---|
CompareOptions |
CompareTaskItem.getOptions()
Get Configuration information of the comparison task
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareOptions |
CompareAbstractInfo.getOptions()
Get Configuration parameters of the check task
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareOptions |
ModifyCompareTaskRequest.getOptions()
Get Consistency check options
|
CompareOptions |
CreateCompareTaskRequest.getOptions()
Get Consistency check options
|
Modifier and Type | Method and Description |
---|---|
void |
CompareTaskItem.setOptions(CompareOptions Options)
Set Configuration information of the comparison task
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
CompareAbstractInfo.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 |
ModifyCompareTaskRequest.setOptions(CompareOptions Options)
Set Consistency check options
|
void |
CreateCompareTaskRequest.setOptions(CompareOptions Options)
Set Consistency check options
|
Constructor and Description |
---|
CompareOptions(CompareOptions 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.