public class SyncDetailInfo extends AbstractModel
Constructor and Description |
---|
SyncDetailInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentStepProgress()
Get 当前步骤进度
|
Long |
getMasterSlaveDistance()
Get 主从差距,MB
|
String |
getProgress()
Get 总进度
|
Long |
getSecondsBehindMaster()
Get 主从差距,秒
|
Long |
getStepAll()
Get 总步骤数
|
SyncStepDetailInfo[] |
getStepInfo()
Get 步骤信息
|
Long |
getStepNow()
Get 当前步骤
|
void |
setCurrentStepProgress(String CurrentStepProgress)
Set 当前步骤进度
|
void |
setMasterSlaveDistance(Long MasterSlaveDistance)
Set 主从差距,MB
|
void |
setProgress(String Progress)
Set 总进度
|
void |
setSecondsBehindMaster(Long SecondsBehindMaster)
Set 主从差距,秒
|
void |
setStepAll(Long StepAll)
Set 总步骤数
|
void |
setStepInfo(SyncStepDetailInfo[] StepInfo)
Set 步骤信息
|
void |
setStepNow(Long StepNow)
Set 当前步骤
|
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 Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- 总步骤数public Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- 当前步骤public String getProgress()
public void setProgress(String Progress)
Progress
- 总进度public String getCurrentStepProgress()
public void setCurrentStepProgress(String CurrentStepProgress)
CurrentStepProgress
- 当前步骤进度public Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance
- 主从差距,MBpublic Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster
- 主从差距,秒public SyncStepDetailInfo[] getStepInfo()
public void setStepInfo(SyncStepDetailInfo[] StepInfo)
StepInfo
- 步骤信息Copyright © 2020. All rights reserved.