public class UpdateTaskTimeVariablesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
nodeId
The ID of the task node.
|
Long |
tid
The ID of the tenant.
|
String |
timeVariables
The time variables configured for the node.
|
| 构造器和说明 |
|---|
UpdateTaskTimeVariablesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTaskTimeVariablesRequest |
build(Map<String,?> map) |
String |
getNodeId() |
Long |
getTid() |
String |
getTimeVariables() |
UpdateTaskTimeVariablesRequest |
setNodeId(String nodeId) |
UpdateTaskTimeVariablesRequest |
setTid(Long tid) |
UpdateTaskTimeVariablesRequest |
setTimeVariables(String timeVariables) |
@NameInMap(value="NodeId") public String nodeId
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 configured for the node. The value of this parameter must be a JSON string.
This parameter is required.
example:{"variables":[ {"name":"var", "pattern":"yyyy-MM-dd|+0m+0h-2d+0w+0M+1y"} ]}
public static UpdateTaskTimeVariablesRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTaskTimeVariablesRequest setNodeId(String nodeId)
public String getNodeId()
public UpdateTaskTimeVariablesRequest setTid(Long tid)
public Long getTid()
public UpdateTaskTimeVariablesRequest setTimeVariables(String timeVariables)
public String getTimeVariables()
Copyright © 2025. All rights reserved.