Class CreateTaskFlowRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CreateTaskFlowRequest
-
public class CreateTaskFlowRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateTaskFlowRequest()
CreateTaskFlowRequest(CreateTaskFlowRequest 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 TaskFlowEdge[]
getFlowEdges()
Get 工作流任务节点列表String
getFlowName()
Get 工作流名称String[]
getProgramIdList()
Get 无Long
getTimeOut()
Get 工作流执行超时时间TaskRule
getTriggerRule()
Get 触发方式void
setFlowEdges(TaskFlowEdge[] FlowEdges)
Set 工作流任务节点列表void
setFlowName(String FlowName)
Set 工作流名称void
setProgramIdList(String[] ProgramIdList)
Set 无void
setTimeOut(Long TimeOut)
Set 工作流执行超时时间void
setTriggerRule(TaskRule TriggerRule)
Set 触发方式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
-
CreateTaskFlowRequest
public CreateTaskFlowRequest()
-
CreateTaskFlowRequest
public CreateTaskFlowRequest(CreateTaskFlowRequest 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
-
getFlowName
public String getFlowName()
Get 工作流名称- Returns:
- FlowName 工作流名称
-
setFlowName
public void setFlowName(String FlowName)
Set 工作流名称- Parameters:
FlowName
- 工作流名称
-
getTriggerRule
public TaskRule getTriggerRule()
Get 触发方式- Returns:
- TriggerRule 触发方式
-
setTriggerRule
public void setTriggerRule(TaskRule TriggerRule)
Set 触发方式- Parameters:
TriggerRule
- 触发方式
-
getFlowEdges
public TaskFlowEdge[] getFlowEdges()
Get 工作流任务节点列表- Returns:
- FlowEdges 工作流任务节点列表
-
setFlowEdges
public void setFlowEdges(TaskFlowEdge[] FlowEdges)
Set 工作流任务节点列表- Parameters:
FlowEdges
- 工作流任务节点列表
-
getTimeOut
public Long getTimeOut()
Get 工作流执行超时时间- Returns:
- TimeOut 工作流执行超时时间
-
setTimeOut
public void setTimeOut(Long TimeOut)
Set 工作流执行超时时间- Parameters:
TimeOut
- 工作流执行超时时间
-
getProgramIdList
public String[] getProgramIdList()
Get 无- Returns:
- ProgramIdList 无
-
setProgramIdList
public void setProgramIdList(String[] ProgramIdList)
Set 无- Parameters:
ProgramIdList
- 无
-
-