public class CompareTaskItem extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ProcessProgress |
getCheckProcess()
Get Check details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.
|
ProcessProgress |
getCompareProcess()
Get Running details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCompareTaskId()
Get Data consistency check task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getConclusion()
Get Comparison result.
|
CompareObject |
getConfig()
Get Data consistency check task configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreatedAt()
Get Task creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFinishedAt()
Get Comparison end time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getJobId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMessage()
Get Consistency check prompt message
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMethod()
Get Comparison type: (`dataCheck`: Full data comparison; `sampleDataCheck`: Sampling data comparison; `rowsCount`: Row count comparison)
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareOptions |
getOptions()
Get Configuration information of the comparison task
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStartedAt()
Get Task start time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Data consistency check task status.
|
String |
getTaskName()
Get Data consistency check task name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCheckProcess(ProcessProgress CheckProcess)
Set Check details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCompareProcess(ProcessProgress CompareProcess)
Set Running details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCompareTaskId(String CompareTaskId)
Set Data consistency check task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setConclusion(String Conclusion)
Set Comparison result.
|
void |
setConfig(CompareObject Config)
Set Data consistency check task configuration
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreatedAt(String CreatedAt)
Set Task creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFinishedAt(String FinishedAt)
Set Comparison end time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setJobId(String JobId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set Consistency check prompt message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMethod(String Method)
Set Comparison type: (`dataCheck`: Full data comparison; `sampleDataCheck`: Sampling data comparison; `rowsCount`: Row count comparison)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
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 |
setStartedAt(String StartedAt)
Set Task start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Data consistency check task status.
|
void |
setTaskName(String TaskName)
Set Data consistency check task name
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CompareTaskItem()
public CompareTaskItem(CompareTaskItem source)
public String getJobId()
public void setJobId(String JobId)
JobId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCompareTaskId()
public void setCompareTaskId(String CompareTaskId)
CompareTaskId
- Data consistency check task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Data consistency check task name
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Data consistency check task status. Valid values: `created`, `readyRun`, `running`, `success`, `stopping`, `failed`, `canceled`.
Note: This field may return null, indicating that no valid values can be obtained.public CompareObject getConfig()
public void setConfig(CompareObject Config)
Config
- Data consistency check task configuration
Note: This field may return null, indicating that no valid values can be obtained.public ProcessProgress getCheckProcess()
public void setCheckProcess(ProcessProgress CheckProcess)
CheckProcess
- Check details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.public ProcessProgress getCompareProcess()
public void setCompareProcess(ProcessProgress CompareProcess)
CompareProcess
- Running details of the data consistency check task
Note: This field may return null, indicating that no valid values can be obtained.public String getConclusion()
public void setConclusion(String Conclusion)
Conclusion
- Comparison result. Valid values: `same`, `different`, `skipAll`.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Task creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getStartedAt()
public void setStartedAt(String StartedAt)
StartedAt
- Task start time
Note: This field may return null, indicating that no valid values can be obtained.public String getFinishedAt()
public void setFinishedAt(String FinishedAt)
FinishedAt
- Comparison end time
Note: This field may return null, indicating that no valid values can be obtained.public String getMethod()
public void setMethod(String Method)
Method
- Comparison type: (`dataCheck`: Full data comparison; `sampleDataCheck`: Sampling data comparison; `rowsCount`: Row count comparison)
Note: This field may return null, indicating that no valid values can be obtained.public CompareOptions getOptions()
public void setOptions(CompareOptions Options)
Options
- Configuration information of the comparison task
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Consistency check prompt message
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.