public class MigrateStepDetailInfo extends AbstractModel
Constructor and Description |
---|
MigrateStepDetailInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getStartTime()
Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
|
String |
getStepId()
Get 步骤英文标识
|
String |
getStepName()
Get 步骤展现名称
|
Long |
getStepNo()
Get 步骤序列
|
void |
setStartTime(String StartTime)
Set 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
|
void |
setStepId(String StepId)
Set 步骤英文标识
|
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 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
- 步骤英文标识public Long getStatus()
public void setStatus(Long Status)
Status
- 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.