public class MigrationDetail extends AbstractModel
Constructor and Description |
---|
MigrationDetail() |
MigrationDetail(MigrationDetail 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 |
---|---|
Long |
getProgress()
Get Overall progress.
|
Long |
getStepAll()
Get Total number of steps
|
MigrationStep[] |
getStepInfo()
Get Step information.
|
Long |
getStepNow()
Get Current step
|
void |
setProgress(Long Progress)
Set Overall progress.
|
void |
setStepAll(Long StepAll)
Set Total number of steps
|
void |
setStepInfo(MigrationStep[] 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 MigrationDetail()
public MigrationDetail(MigrationDetail source)
public Long getStepAll()
public void setStepAll(Long StepAll)
StepAll
- Total number of stepspublic Long getStepNow()
public void setStepNow(Long StepNow)
StepNow
- Current steppublic Long getProgress()
public void setProgress(Long Progress)
Progress
- Overall progress. For example, “30” means 30%.public MigrationStep[] getStepInfo()
public void setStepInfo(MigrationStep[] StepInfo)
StepInfo
- Step information. ‘null’ means the migration has not started
Note: this field may return ‘null’, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.