public class ReRunTaskFlowInstanceRequest
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.
|
| 构造器和说明 |
|---|
ReRunTaskFlowInstanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReRunTaskFlowInstanceRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getDagInstanceId() |
String |
getDagVersion() |
Long |
getTid() |
ReRunTaskFlowInstanceRequest |
setDagId(Long dagId) |
ReRunTaskFlowInstanceRequest |
setDagInstanceId(Long dagInstanceId) |
ReRunTaskFlowInstanceRequest |
setDagVersion(String dagVersion) |
ReRunTaskFlowInstanceRequest |
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:7***
@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:47****
@NameInMap(value="DagVersion") public String dagVersion
The version number of the task flow. You can call the ListTaskFlowVersions operation to query the version number of the task flow.
example:2****
@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 ReRunTaskFlowInstanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic ReRunTaskFlowInstanceRequest setDagId(Long dagId)
public Long getDagId()
public ReRunTaskFlowInstanceRequest setDagInstanceId(Long dagInstanceId)
public Long getDagInstanceId()
public ReRunTaskFlowInstanceRequest setDagVersion(String dagVersion)
public String getDagVersion()
public ReRunTaskFlowInstanceRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.