public class UpdateTaskFlowConstantsShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dagConstantsShrink
The constants for the task flow.
|
Long |
dagId
The ID of the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskFlowConstantsShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowConstantsShrinkRequest |
build(Map<String,?> map) |
String |
getDagConstantsShrink() |
Long |
getDagId() |
Long |
getTid() |
UpdateTaskFlowConstantsShrinkRequest |
setDagConstantsShrink(String dagConstantsShrink) |
UpdateTaskFlowConstantsShrinkRequest |
setDagId(Long dagId) |
UpdateTaskFlowConstantsShrinkRequest |
setTid(Long tid) |
@NameInMap(value="DagConstants") public String dagConstantsShrink
The constants for the task flow.
@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:3****
@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 UpdateTaskFlowConstantsShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowConstantsShrinkRequest setDagConstantsShrink(String dagConstantsShrink)
public String getDagConstantsShrink()
public UpdateTaskFlowConstantsShrinkRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowConstantsShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.