public class ResumeTaskFlowInstanceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
dagInstanceId
The ID of the execution record of the task flow.
|
String |
dagVersion
The version number of the task flow.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ResumeTaskFlowInstanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResumeTaskFlowInstanceRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getDagInstanceId() |
String |
getDagVersion() |
Long |
getTid() |
ResumeTaskFlowInstanceRequest |
setDagId(Long dagId) |
ResumeTaskFlowInstanceRequest |
setDagInstanceId(Long dagInstanceId) |
ResumeTaskFlowInstanceRequest |
setDagVersion(String dagVersion) |
ResumeTaskFlowInstanceRequest |
setTid(Long tid) |
@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="DagInstanceId") public Long dagInstanceId
The ID of the execution record of the task flow. You can call the ListTaskFlowInstance operation to query the execution record ID.
This parameter is required.
example:3****
@NameInMap(value="DagVersion") public String dagVersion
The version number of the task flow. You can call the ListDAGVersions operation to query the version number.
example:[]
@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 ResumeTaskFlowInstanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic ResumeTaskFlowInstanceRequest setDagId(Long dagId)
public Long getDagId()
public ResumeTaskFlowInstanceRequest setDagInstanceId(Long dagInstanceId)
public Long getDagInstanceId()
public ResumeTaskFlowInstanceRequest setDagVersion(String dagVersion)
public String getDagVersion()
public ResumeTaskFlowInstanceRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.