public class ListWorkFlowTemplatesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
searchName
The name that is used to query approval templates.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListWorkFlowTemplatesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListWorkFlowTemplatesRequest |
build(Map<String,?> map) |
String |
getSearchName() |
Long |
getTid() |
ListWorkFlowTemplatesRequest |
setSearchName(String searchName) |
ListWorkFlowTemplatesRequest |
setTid(Long tid) |
@NameInMap(value="SearchName") public String searchName
The name that is used to query approval templates.
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 View information about the current tenant.
-1
public static ListWorkFlowTemplatesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListWorkFlowTemplatesRequest setSearchName(String searchName)
public String getSearchName()
public ListWorkFlowTemplatesRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.