public class CreateTaskFlowRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dagName
The name of the task flow.
|
String |
description
The description of the task flow.
|
Long |
scenarioId
The ID of the scenario.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
CreateTaskFlowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTaskFlowRequest |
build(Map<String,?> map) |
String |
getDagName() |
String |
getDescription() |
Long |
getScenarioId() |
Long |
getTid() |
CreateTaskFlowRequest |
setDagName(String dagName) |
CreateTaskFlowRequest |
setDescription(String description) |
CreateTaskFlowRequest |
setScenarioId(Long scenarioId) |
CreateTaskFlowRequest |
setTid(Long tid) |
@NameInMap(value="DagName") public String dagName
The name of the task flow.
This parameter is required.
example:Dag_Name
@NameInMap(value="Description") public String description
The description of the task flow.
example:zht_test
@NameInMap(value="ScenarioId") public Long scenarioId
The ID of the scenario.
example:2**
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.
example:3***
public static CreateTaskFlowRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateTaskFlowRequest setDagName(String dagName)
public String getDagName()
public CreateTaskFlowRequest setDescription(String description)
public String getDescription()
public CreateTaskFlowRequest setScenarioId(Long scenarioId)
public Long getScenarioId()
public CreateTaskFlowRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.