public class MigrationStep extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MigrationStep()  | 
MigrationStep(MigrationStep 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 | 
getStatus()
Get Step status: 0 (default value), 1 (succeeded), 2 (failed), 3 (in progress), 4 (not started) 
 | 
String | 
getStepId()
Get Step ID in English 
 | 
String | 
getStepName()
Get Step name 
 | 
Long | 
getStepNo()
Get Step sequence 
 | 
void | 
setStatus(Long Status)
Set Step status: 0 (default value), 1 (succeeded), 2 (failed), 3 (in progress), 4 (not started) 
 | 
void | 
setStepId(String StepId)
Set Step ID in English 
 | 
void | 
setStepName(String StepName)
Set Step name 
 | 
void | 
setStepNo(Long StepNo)
Set Step sequence 
 | 
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 MigrationStep()
public MigrationStep(MigrationStep source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo - Step sequencepublic String getStepName()
public void setStepName(String StepName)
StepName - Step namepublic String getStepId()
public void setStepId(String StepId)
StepId - Step ID in Englishpublic Long getStatus()
public void setStatus(Long Status)
Status - Step status: 0 (default value), 1 (succeeded), 2 (failed), 3 (in progress), 4 (not started)Copyright © 2025. All rights reserved.