Class TaskFlowStepsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.TaskFlowStepsInfo
-
public class TaskFlowStepsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TaskFlowStepsInfo
public TaskFlowStepsInfo()
-
TaskFlowStepsInfo
public 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.
-
-
Method Detail
-
getFlowNo
public String getFlowNo()
Get 流程编号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowNo 流程编号 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowNo
public void setFlowNo(String FlowNo)
Set 流程编号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowNo
- 流程编号 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowName
public String getFlowName()
Get 流程名称- Returns:
- FlowName 流程名称
-
setFlowName
public void setFlowName(String FlowName)
Set 流程名称- Parameters:
FlowName
- 流程名称
-
getFlowStatus
public Long getFlowStatus()
Get 流程状态, 其他值:进行中, 2:成功, 3:失败- Returns:
- FlowStatus 流程状态, 其他值:进行中, 2:成功, 3:失败
-
setFlowStatus
public void setFlowStatus(Long FlowStatus)
Set 流程状态, 其他值:进行中, 2:成功, 3:失败- Parameters:
FlowStatus
- 流程状态, 其他值:进行中, 2:成功, 3:失败
-
getFlowStateDesc
public String getFlowStateDesc()
Get 流程状态描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowStateDesc 流程状态描述 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowStateDesc
public void setFlowStateDesc(String FlowStateDesc)
Set 流程状态描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowStateDesc
- 流程状态描述 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public String getStartTime()
Get 流程启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 流程启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set 流程启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime
- 流程启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getEndTime
public String getEndTime()
Get 流程完成时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndTime 流程完成时间 注意:此字段可能返回 null,表示取不到有效值。
-
setEndTime
public void setEndTime(String EndTime)
Set 流程完成时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndTime
- 流程完成时间 注意:此字段可能返回 null,表示取不到有效值。
-
-