public class MigrateDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MigrateDetail() | 
| MigrateDetail(MigrateDetail 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 当前环节的进度(单位是%) | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MigrateDetail()
public MigrateDetail(MigrateDetail source)
public String getStepName()
public void setStepName(String StepName)
StepName - 当前环节的名称public Long getProgress()
public void setProgress(Long Progress)
Progress - 当前环节的进度(单位是%)Copyright © 2025. All rights reserved.