Uses of Class
com.tencentcloudapi.tsf.v20180326.models.TaskFlowEdge
-
Packages that use TaskFlowEdge Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of TaskFlowEdge in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return TaskFlowEdge Modifier and Type Method Description TaskFlowEdge[]CreateTaskFlowRequest. getFlowEdges()Get 工作流任务节点列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type TaskFlowEdge Modifier and Type Method Description voidCreateTaskFlowRequest. setFlowEdges(TaskFlowEdge[] FlowEdges)Set 工作流任务节点列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type TaskFlowEdge Constructor Description TaskFlowEdge(TaskFlowEdge 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.
-