public class MigrationDetail extends AbstractModel
header, skipSign| 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 总进度,如:"30"表示30% | 
| Long | getStepAll()Get 总步骤数 | 
| MigrationStep[] | getStepInfo()Get 步骤信息,null表示还未开始迁移 | 
| Long | getStepNow()Get 当前步骤 | 
| void | setProgress(Long Progress)Set 总进度,如:"30"表示30% | 
| void | setStepAll(Long StepAll)Set 总步骤数 | 
| void | setStepInfo(MigrationStep[] StepInfo)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 MigrationDetail()
public MigrationDetail(MigrationDetail 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 - 总进度,如:"30"表示30%public MigrationStep[] getStepInfo()
public void setStepInfo(MigrationStep[] StepInfo)
StepInfo - 步骤信息,null表示还未开始迁移Copyright © 2025. All rights reserved.