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