public class ReDeployLhDagVersionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
Long |
dagVersion
The ID of the task flow version.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ReDeployLhDagVersionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReDeployLhDagVersionRequest |
build(Map<String,?> map) |
Long |
getDagId() |
Long |
getDagVersion() |
Long |
getTid() |
ReDeployLhDagVersionRequest |
setDagId(Long dagId) |
ReDeployLhDagVersionRequest |
setDagVersion(Long dagVersion) |
ReDeployLhDagVersionRequest |
setTid(Long tid) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain the ID of the task flow.
This parameter is required.
example:7***
@NameInMap(value="DagVersion") public Long dagVersion
The ID of the task flow version. You can call the ListDAGVersions operation to obtain the ID of the task flow version.
example:2****
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the ID of the tenant.
example:3***
public static ReDeployLhDagVersionRequest build(Map<String,?> map) throws Exception
Exceptionpublic ReDeployLhDagVersionRequest setDagId(Long dagId)
public Long getDagId()
public ReDeployLhDagVersionRequest setDagVersion(Long dagVersion)
public Long getDagVersion()
public ReDeployLhDagVersionRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.