public class CreateTaskFlowRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateTaskFlowRequest()
public CreateTaskFlowRequest(CreateTaskFlowRequest source)
public String getFlowName()
public void setFlowName(String FlowName)
FlowName - 工作流名称public TaskRule getTriggerRule()
public void setTriggerRule(TaskRule TriggerRule)
TriggerRule - 触发方式public TaskFlowEdge[] getFlowEdges()
public void setFlowEdges(TaskFlowEdge[] FlowEdges)
FlowEdges - 工作流任务节点列表public Long getTimeOut()
public void setTimeOut(Long TimeOut)
TimeOut - 工作流执行超时时间public String[] getProgramIdList()
public void setProgramIdList(String[] ProgramIdList)
ProgramIdList - 无Copyright © 2025. All rights reserved.