public class MigrateStepDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MigrateStepDetailInfo() | 
| MigrateStepDetailInfo(MigrateStepDetailInfo 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 | 
|---|---|
| String | getStartTime()Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 | 
| 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",该字段不存在或者为空是无意义 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MigrateStepDetailInfo()
public MigrateStepDetailInfo(MigrateStepDetailInfo 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 - 步骤英文标识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",该字段不存在或者为空是无意义Copyright © 2025. All rights reserved.