public class SyncDetailInfo extends AbstractModel
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 不能发起一致性校验的原因
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCurrentStepProgress()
Get 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getMasterSlaveDistance()
Get 同步两端数据量差距
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 总体描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProgress()
Get 总体进度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSecondsBehindMaster()
Get 同步两端时间差距
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStepAll()
Get 总步骤数
注意:此字段可能返回 null,表示取不到有效值。
|
StepInfo[] |
getStepInfos()
Get 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStepNow()
Get 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCauseOfCompareDisable(String CauseOfCompareDisable)
Set 不能发起一致性校验的原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentStepProgress(Long CurrentStepProgress)
Set 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMasterSlaveDistance(Long MasterSlaveDistance)
Set 同步两端数据量差距
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 总体描述信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProgress(Long Progress)
Set 总体进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecondsBehindMaster(Long SecondsBehindMaster)
Set 同步两端时间差距
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepAll(Long StepAll)
Set 总步骤数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepInfos(StepInfo[] StepInfos)
Set 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStepNow(Long StepNow)
Set 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SyncDetailInfo()
public SyncDetailInfo(SyncDetailInfo source)
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- 总步骤数
注意:此字段可能返回 null,表示取不到有效值。public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- 当前步骤
注意:此字段可能返回 null,表示取不到有效值。public Long getProgress()
public void setProgress(Long Progress)
Progress
- 总体进度
注意:此字段可能返回 null,表示取不到有效值。public Long getCurrentStepProgress()
public void setCurrentStepProgress(Long CurrentStepProgress)
CurrentStepProgress
- 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance
- 同步两端数据量差距
注意:此字段可能返回 null,表示取不到有效值。public Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster
- 同步两端时间差距
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 总体描述信息
注意:此字段可能返回 null,表示取不到有效值。public StepInfo[] getStepInfos()
public void setStepInfos(StepInfo[] StepInfos)
StepInfos
- 详细步骤信息
注意:此字段可能返回 null,表示取不到有效值。public String getCauseOfCompareDisable()
public void setCauseOfCompareDisable(String CauseOfCompareDisable)
CauseOfCompareDisable
- 不能发起一致性校验的原因
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.