public class UpdateTaskFlowCooperatorsShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
cooperatorIdsShrink
The IDs of the users who are involved in the task flow to be updated.
|
Long |
dagId
The ID of the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
UpdateTaskFlowCooperatorsShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowCooperatorsShrinkRequest |
build(Map<String,?> map) |
String |
getCooperatorIdsShrink() |
Long |
getDagId() |
Long |
getTid() |
UpdateTaskFlowCooperatorsShrinkRequest |
setCooperatorIdsShrink(String cooperatorIdsShrink) |
UpdateTaskFlowCooperatorsShrinkRequest |
setDagId(Long dagId) |
UpdateTaskFlowCooperatorsShrinkRequest |
setTid(Long tid) |
@NameInMap(value="CooperatorIds") public String cooperatorIdsShrink
The IDs of the users who are involved in the task flow to be updated.
@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:11****
@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 UpdateTaskFlowCooperatorsShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowCooperatorsShrinkRequest setCooperatorIdsShrink(String cooperatorIdsShrink)
public String getCooperatorIdsShrink()
public UpdateTaskFlowCooperatorsShrinkRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowCooperatorsShrinkRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.