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 Start time of current step in the format of `yyyy-mm-dd hh:mm:ss`.
|
Long |
getStatus()
Get Step status.
|
String |
getStepId()
Get Step ID
|
String |
getStepName()
Get Step name
|
Long |
getStepNo()
Get Step number
|
void |
setStartTime(String StartTime)
Set Start time of current step in the format of `yyyy-mm-dd hh:mm:ss`.
|
void |
setStatus(Long Status)
Set Step status.
|
void |
setStepId(String StepId)
Set Step ID
|
void |
setStepName(String StepName)
Set Step name
|
void |
setStepNo(Long StepNo)
Set Step number
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MigrateStepDetailInfo()
public MigrateStepDetailInfo(MigrateStepDetailInfo source)
public Long getStepNo()
public void setStepNo(Long StepNo)
StepNo
- Step numberpublic String getStepName()
public void setStepName(String StepName)
StepName
- Step namepublic String getStepId()
public void setStepId(String StepId)
StepId
- Step IDpublic Long getStatus()
public void setStatus(Long Status)
Status
- Step status. Value range: 0 (default), 1 (succeeded), 2 (failed), 3 (in progress), 4 (not started)public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of current step in the format of `yyyy-mm-dd hh:mm:ss`. This field is meaningless if it does not exist or is empty
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.