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 不能发起内置校验的原因 | 
| Long | getCurrentStepProgress()Get 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 | 
| ErrInfo | getErrInfo()Get 任务的错误和解决方案信息 | 
| Long | getMasterSlaveDistance()Get 同步两端数据量差距 | 
| String | getMessage()Get 总体描述信息 | 
| Long | getProgress()Get 总体进度 | 
| Long | getSecondsBehindMaster()Get 同步两端时间差距 | 
| Long | getStepAll()Get 总步骤数 | 
| StepInfo[] | getStepInfos()Get 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getStepNow()Get 当前步骤 | 
| void | setCauseOfCompareDisable(String CauseOfCompareDisable)Set 不能发起内置校验的原因 | 
| void | setCurrentStepProgress(Long CurrentStepProgress)Set 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 | 
| void | setErrInfo(ErrInfo ErrInfo)Set 任务的错误和解决方案信息 | 
| void | setMasterSlaveDistance(Long MasterSlaveDistance)Set 同步两端数据量差距 | 
| void | setMessage(String Message)Set 总体描述信息 | 
| void | setProgress(Long Progress)Set 总体进度 | 
| void | setSecondsBehindMaster(Long SecondsBehindMaster)Set 同步两端时间差距 | 
| void | setStepAll(Long StepAll)Set 总步骤数 | 
| void | setStepInfos(StepInfo[] StepInfos)Set 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStepNow(Long StepNow)Set 当前步骤 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SyncDetailInfo()
public SyncDetailInfo(SyncDetailInfo source)
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll - 总步骤数public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow - 当前步骤public Long getProgress()
public void setProgress(Long Progress)
Progress - 总体进度public Long getCurrentStepProgress()
public void setCurrentStepProgress(Long CurrentStepProgress)
CurrentStepProgress - 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance - 同步两端数据量差距public Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster - 同步两端时间差距public String getMessage()
public void setMessage(String Message)
Message - 总体描述信息public StepInfo[] getStepInfos()
public void setStepInfos(StepInfo[] StepInfos)
StepInfos - 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。public String getCauseOfCompareDisable()
public void setCauseOfCompareDisable(String CauseOfCompareDisable)
CauseOfCompareDisable - 不能发起内置校验的原因public ErrInfo getErrInfo()
public void setErrInfo(ErrInfo ErrInfo)
ErrInfo - 任务的错误和解决方案信息Copyright © 2025. All rights reserved.