public class ListLhTaskFlowAndScenarioRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
spaceId
The ID of the workspace.
|
Long |
tid
The ID of the tenant.
|
Long |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
ListLhTaskFlowAndScenarioRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListLhTaskFlowAndScenarioRequest |
build(Map<String,?> map) |
Long |
getSpaceId() |
Long |
getTid() |
Long |
getUserId() |
ListLhTaskFlowAndScenarioRequest |
setSpaceId(Long spaceId) |
ListLhTaskFlowAndScenarioRequest |
setTid(Long tid) |
ListLhTaskFlowAndScenarioRequest |
setUserId(Long userId) |
@NameInMap(value="SpaceId") public Long spaceId
The ID of the workspace. You can call the GetLhSpaceByName operation to obtain the workspace ID.
This parameter is required.
example:24
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3***
@NameInMap(value="UserId") public Long userId
public static ListLhTaskFlowAndScenarioRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListLhTaskFlowAndScenarioRequest setSpaceId(Long spaceId)
public Long getSpaceId()
public ListLhTaskFlowAndScenarioRequest setTid(Long tid)
public Long getTid()
public ListLhTaskFlowAndScenarioRequest setUserId(Long userId)
public Long getUserId()
Copyright © 2025. All rights reserved.