public class SyncDetailInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SyncDetailInfo() |
SyncDetailInfo(SyncDetailInfo 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 |
---|---|
String |
getCauseOfCompareDisable()
Get Cause of the failure of initiating data consistency check
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getCurrentStepProgress()
Get Progress of the current step.
|
ErrInfo |
getErrInfo()
Get Task error and the corresponding solution
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
Long |
getMasterSlaveDistance()
Get Data volume difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMessage()
Get Overall description
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProgress()
Get Overall progress
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSecondsBehindMaster()
Get Time difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStepAll()
Get Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
StepInfo[] |
getStepInfos()
Get Step details
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStepNow()
Get Current step
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCauseOfCompareDisable(String CauseOfCompareDisable)
Set Cause of the failure of initiating data consistency check
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCurrentStepProgress(Long CurrentStepProgress)
Set Progress of the current step.
|
void |
setErrInfo(ErrInfo ErrInfo)
Set Task error and the corresponding solution
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
void |
setMasterSlaveDistance(Long MasterSlaveDistance)
Set Data volume difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set Overall description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProgress(Long Progress)
Set Overall progress
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSecondsBehindMaster(Long SecondsBehindMaster)
Set Time difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepAll(Long StepAll)
Set Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepInfos(StepInfo[] StepInfos)
Set Step details
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStepNow(Long StepNow)
Set Current step
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncDetailInfo()
public SyncDetailInfo(SyncDetailInfo source)
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- Total number of steps
Note: This field may return null, indicating that no valid values can be obtained.public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current step
Note: This field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- Overall progress
Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentStepProgress()
public void setCurrentStepProgress(Long CurrentStepProgress)
CurrentStepProgress
- Progress of the current step. Value range: 0-100. The value of `-1` indicates that you can't check the progress of the current step.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance
- Data volume difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.public Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster
- Time difference between the sync source and target
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Overall description
Note: This field may return null, indicating that no valid values can be obtained.public StepInfo[] getStepInfos()
public void setStepInfos(StepInfo[] StepInfos)
StepInfos
- Step details
Note: This field may return null, indicating that no valid values can be obtained.public String getCauseOfCompareDisable()
public void setCauseOfCompareDisable(String CauseOfCompareDisable)
CauseOfCompareDisable
- Cause of the failure of initiating data consistency check
Note: This field may return null, indicating that no valid values can be obtained.public ErrInfo getErrInfo()
public void setErrInfo(ErrInfo ErrInfo)
ErrInfo
- Task error and the corresponding solution
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.