public class UpdateTaskFlowTimeVariablesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task node.
|
Long |
tid
The ID of the tenant.
|
String |
timeVariables
The time variables for the task flow.
|
| 构造器和说明 |
|---|
UpdateTaskFlowTimeVariablesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskFlowTimeVariablesRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getTid() |
String |
getTimeVariables() |
UpdateTaskFlowTimeVariablesRequest |
setDagId(Long dagId) |
UpdateTaskFlowTimeVariablesRequest |
setTid(Long tid) |
UpdateTaskFlowTimeVariablesRequest |
setTimeVariables(String timeVariables) |
@NameInMap(value="DagId") public Long dagId
The ID of the task node. You can call the GetTaskInstanceRelation operation to query the node ID.
This parameter is required.
example:43****
@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***
@NameInMap(value="TimeVariables") public String timeVariables
The time variables for the task flow.
This parameter is required.
example:{"variables":[ {"name":"var", "pattern":"yyyy-MM-dd|+0m+0h-2d+0w+0M+1y"} ]}
public static UpdateTaskFlowTimeVariablesRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskFlowTimeVariablesRequest setDagId(Long dagId)
public Long getDagId()
public UpdateTaskFlowTimeVariablesRequest setTid(Long tid)
public Long getTid()
public UpdateTaskFlowTimeVariablesRequest setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.