public class SyncDetailInfo extends AbstractModel
Constructor and Description |
---|
SyncDetailInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentStepProgress()
Get Progress of the current step
|
Long |
getMasterSlaveDistance()
Get Master/slave delay in MB
|
String |
getProgress()
Get Overall progress
|
Long |
getSecondsBehindMaster()
Get Master/slave delay in seconds
|
Long |
getStepAll()
Get Total number of steps
|
SyncStepDetailInfo[] |
getStepInfo()
Get Step information
|
Long |
getStepNow()
Get Current step
|
void |
setCurrentStepProgress(String CurrentStepProgress)
Set Progress of the current step
|
void |
setMasterSlaveDistance(Long MasterSlaveDistance)
Set Master/slave delay in MB
|
void |
setProgress(String Progress)
Set Overall progress
|
void |
setSecondsBehindMaster(Long SecondsBehindMaster)
Set Master/slave delay in seconds
|
void |
setStepAll(Long StepAll)
Set Total number of steps
|
void |
setStepInfo(SyncStepDetailInfo[] StepInfo)
Set Step information
|
void |
setStepNow(Long StepNow)
Set Current step
|
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
- Total number of stepspublic Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current steppublic String getProgress()
public void setProgress(String Progress)
Progress
- Overall progresspublic String getCurrentStepProgress()
public void setCurrentStepProgress(String CurrentStepProgress)
CurrentStepProgress
- Progress of the current steppublic Long getMasterSlaveDistance()
public void setMasterSlaveDistance(Long MasterSlaveDistance)
MasterSlaveDistance
- Master/slave delay in MBpublic Long getSecondsBehindMaster()
public void setSecondsBehindMaster(Long SecondsBehindMaster)
SecondsBehindMaster
- Master/slave delay in secondspublic SyncStepDetailInfo[] getStepInfo()
public void setStepInfo(SyncStepDetailInfo[] StepInfo)
StepInfo
- Step informationCopyright © 2020. All rights reserved.