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 总进度,如:"30"表示30%
|
Long |
getStepAll()
Get 总步骤数
|
MigrationStep[] |
getStepInfo()
Get 步骤信息,null表示还未开始迁移
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStepNow()
Get 当前步骤
|
void |
setProgress(Long Progress)
Set 总进度,如:"30"表示30%
|
void |
setStepAll(Long StepAll)
Set 总步骤数
|
void |
setStepInfo(MigrationStep[] StepInfo)
Set 步骤信息,null表示还未开始迁移
注意:此字段可能返回 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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表示还未开始迁移
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.