Class CompareTaskItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.CompareTaskItem
-
public class CompareTaskItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CompareTaskItem()CompareTaskItem(CompareTaskItem 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 ProcessProgressgetCheckProcess()Get 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。ProcessProgressgetCompareProcess()Get 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。StringgetCompareTaskId()Get 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。StringgetConclusion()Get 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。CompareObjectgetConfig()Get 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。StringgetCreatedAt()Get 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetFinishedAt()Get 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。StringgetJobId()Get 任务id 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。StringgetMethod()Get 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。CompareOptionsgetOptions()Get 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。StringgetStartedAt()Get 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。StringgetTaskName()Get 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCheckProcess(ProcessProgress CheckProcess)Set 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。voidsetCompareProcess(ProcessProgress CompareProcess)Set 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。voidsetCompareTaskId(String CompareTaskId)Set 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。voidsetConclusion(String Conclusion)Set 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。voidsetConfig(CompareObject Config)Set 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。voidsetCreatedAt(String CreatedAt)Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetFinishedAt(String FinishedAt)Set 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。voidsetJobId(String JobId)Set 任务id 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。voidsetMethod(String Method)Set 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。voidsetOptions(CompareOptions Options)Set 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。voidsetStartedAt(String StartedAt)Set 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。voidsetTaskName(String TaskName)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
-
CompareTaskItem
public CompareTaskItem()
-
CompareTaskItem
public CompareTaskItem(CompareTaskItem 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
-
getJobId
public String getJobId()
Get 任务id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- JobId 任务id 注意:此字段可能返回 null,表示取不到有效值。
-
setJobId
public void setJobId(String JobId)
Set 任务id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
JobId- 任务id 注意:此字段可能返回 null,表示取不到有效值。
-
getCompareTaskId
public String getCompareTaskId()
Get 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CompareTaskId 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
-
setCompareTaskId
public void setCompareTaskId(String CompareTaskId)
Set 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CompareTaskId- 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskName
public String getTaskName()
Get 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskName 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskName
public void setTaskName(String TaskName)
Set 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskName- 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
-
getConfig
public CompareObject getConfig()
Get 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Config 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
-
setConfig
public void setConfig(CompareObject Config)
Set 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Config- 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
-
getCheckProcess
public ProcessProgress getCheckProcess()
Get 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CheckProcess 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
-
setCheckProcess
public void setCheckProcess(ProcessProgress CheckProcess)
Set 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CheckProcess- 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
-
getCompareProcess
public ProcessProgress getCompareProcess()
Get 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CompareProcess 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
-
setCompareProcess
public void setCompareProcess(ProcessProgress CompareProcess)
Set 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CompareProcess- 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
-
getConclusion
public String getConclusion()
Get 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Conclusion 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
-
setConclusion
public void setConclusion(String Conclusion)
Set 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Conclusion- 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedAt
public String getCreatedAt()
Get 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreatedAt 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreatedAt
public void setCreatedAt(String CreatedAt)
Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreatedAt- 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getStartedAt
public String getStartedAt()
Get 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartedAt 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartedAt
public void setStartedAt(String StartedAt)
Set 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartedAt- 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getFinishedAt
public String getFinishedAt()
Get 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FinishedAt 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
setFinishedAt
public void setFinishedAt(String FinishedAt)
Set 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FinishedAt- 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
getMethod
public String getMethod()
Get 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Method 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
-
setMethod
public void setMethod(String Method)
Set 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Method- 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
-
getOptions
public CompareOptions getOptions()
Get 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Options 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
setOptions
public void setOptions(CompareOptions Options)
Set 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Options- 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
-
-