public class TaskFlowStepsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskFlowStepsInfo() |
TaskFlowStepsInfo(TaskFlowStepsInfo 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 |
getEndTime()
Get 流程完成时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFlowName()
Get 流程名称
|
String |
getFlowNo()
Get 流程编号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFlowStateDesc()
Get 流程状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFlowStatus()
Get 流程状态, 其他值:进行中, 2:成功, 3:失败
|
String |
getStartTime()
Get 流程启动时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(String EndTime)
Set 流程完成时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlowName(String FlowName)
Set 流程名称
|
void |
setFlowNo(String FlowNo)
Set 流程编号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlowStateDesc(String FlowStateDesc)
Set 流程状态描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlowStatus(Long FlowStatus)
Set 流程状态, 其他值:进行中, 2:成功, 3:失败
|
void |
setStartTime(String StartTime)
Set 流程启动时间
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public TaskFlowStepsInfo()
public TaskFlowStepsInfo(TaskFlowStepsInfo source)
public String getFlowNo()
public void setFlowNo(String FlowNo)
FlowNo
- 流程编号
注意:此字段可能返回 null,表示取不到有效值。public String getFlowName()
public void setFlowName(String FlowName)
FlowName
- 流程名称public Long getFlowStatus()
public void setFlowStatus(Long FlowStatus)
FlowStatus
- 流程状态, 其他值:进行中, 2:成功, 3:失败public String getFlowStateDesc()
public void setFlowStateDesc(String FlowStateDesc)
FlowStateDesc
- 流程状态描述
注意:此字段可能返回 null,表示取不到有效值。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 流程启动时间
注意:此字段可能返回 null,表示取不到有效值。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 流程完成时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.