public class MigrationStep extends AbstractModel
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 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
|
String |
getStepId()
Get 英文ID标识
|
String |
getStepName()
Get 步骤展现名称
|
Long |
getStepNo()
Get 步骤序列
|
void |
setStatus(Long Status)
Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
|
void |
setStepId(String StepId)
Set 英文ID标识
|
void |
setStepName(String StepName)
Set 步骤展现名称
|
void |
setStepNo(Long StepNo)
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 MigrationStep()
public MigrationStep(MigrationStep source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo
- 步骤序列public String getStepName()
public void setStepName(String StepName)
StepName
- 步骤展现名称public String getStepId()
public void setStepId(String StepId)
StepId
- 英文ID标识public Long getStatus()
public void setStatus(Long Status)
Status
- 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行Copyright © 2022. All rights reserved.