public class StepDetail extends AbstractModel
Constructor and Description |
---|
StepDetail() |
StepDetail(StepDetail 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 |
getMsg()
Get 具体步骤返回信息
|
String |
getName()
Get 步骤名称
|
Long |
getStatus()
Get 当前步骤状态,0成功,-2未开始
|
void |
setMsg(String Msg)
Set 具体步骤返回信息
|
void |
setName(String Name)
Set 步骤名称
|
void |
setStatus(Long Status)
Set 当前步骤状态,0成功,-2未开始
|
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 StepDetail()
public StepDetail(StepDetail source)
public String getMsg()
public void setMsg(String Msg)
Msg
- 具体步骤返回信息public Long getStatus()
public void setStatus(Long Status)
Status
- 当前步骤状态,0成功,-2未开始public String getName()
public void setName(String Name)
Name
- 步骤名称Copyright © 2022. All rights reserved.