public class UpdateTaskFlowNameAndDescRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
String |
dagName
The new name that you want to specify for the task flow.
|
String |
description
The description that you want to specify for the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskFlowNameAndDescRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowNameAndDescRequest |
build(Map<String,?> map) |
Long |
getDagId() |
String |
getDagName() |
String |
getDescription() |
Long |
getTid() |
UpdateTaskFlowNameAndDescRequest |
setDagId(Long dagId) |
UpdateTaskFlowNameAndDescRequest |
setDagName(String dagName) |
UpdateTaskFlowNameAndDescRequest |
setDescription(String description) |
UpdateTaskFlowNameAndDescRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.
This parameter is required.
example:15***
@NameInMap(value="DagName") public String dagName
The new name that you want to specify for the task flow.
This parameter is required.
example:test
@NameInMap(value="Description") public String description
The description that you want to specify for the task flow.
example:test
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
3***
public static UpdateTaskFlowNameAndDescRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowNameAndDescRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowNameAndDescRequest setDagName(String dagName)
public String getDagName()
public UpdateTaskFlowNameAndDescRequest setDescription(String description)
public String getDescription()
public UpdateTaskFlowNameAndDescRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.