public class MigrateDetail extends AbstractModel
Constructor and Description |
---|
MigrateDetail() |
Modifier and Type | Method and Description |
---|---|
Long |
getProgress()
Get 当前环节的进度(单位是%)
|
String |
getStepName()
Get 当前环节的名称
|
void |
setProgress(Long Progress)
Set 当前环节的进度(单位是%)
|
void |
setStepName(String StepName)
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 String getStepName()
public void setStepName(String StepName)
StepName
- 当前环节的名称public Long getProgress()
public void setProgress(Long Progress)
Progress
- 当前环节的进度(单位是%)Copyright © 2020. All rights reserved.