public class ListWorkFlowNodesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
searchName
The name that is used to search for approval nodes.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListWorkFlowNodesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListWorkFlowNodesRequest |
build(Map<String,?> map) |
String |
getSearchName() |
Long |
getTid() |
ListWorkFlowNodesRequest |
setSearchName(String searchName) |
ListWorkFlowNodesRequest |
setTid(Long tid) |
@NameInMap(value="SearchName") public String searchName
The name that is used to search for approval nodes.
example:admin
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:: To view the ID of the tenant, log on to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see Manage DMS tenants.
-1
public static ListWorkFlowNodesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListWorkFlowNodesRequest setSearchName(String searchName)
public String getSearchName()
public ListWorkFlowNodesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.