public class ListWorkflowsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListWorkflowsRequest() |
ListWorkflowsRequest(ListWorkflowsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleId()
Get bundleId项
|
String[] |
getCreateTime()
Get 创建时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间
|
String |
getCreateUserUin()
Get 创建人ID
|
String |
getKeyword()
Get 搜索关键词
|
String[] |
getModifyTime()
Get 修改时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间
|
String |
getOwnerUin()
Get 负责人ID
|
Long |
getPageNumber()
Get 请求的数据页数。默认值为1,取值大于等于1
|
Long |
getPageSize()
Get 每页显示的数据条数。默认值为10 ,最小值为10,最大值为200
|
String |
getParentFolderPath()
Get 工作流所属文件夹
|
String |
getProjectId()
Get 项目ID
|
String |
getWorkflowType()
Get 工作流类型,cycle和manual
|
void |
setBundleId(String BundleId)
Set bundleId项
|
void |
setCreateTime(String[] CreateTime)
Set 创建时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间
|
void |
setCreateUserUin(String CreateUserUin)
Set 创建人ID
|
void |
setKeyword(String Keyword)
Set 搜索关键词
|
void |
setModifyTime(String[] ModifyTime)
Set 修改时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间
|
void |
setOwnerUin(String OwnerUin)
Set 负责人ID
|
void |
setPageNumber(Long PageNumber)
Set 请求的数据页数。默认值为1,取值大于等于1
|
void |
setPageSize(Long PageSize)
Set 每页显示的数据条数。默认值为10 ,最小值为10,最大值为200
|
void |
setParentFolderPath(String ParentFolderPath)
Set 工作流所属文件夹
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setWorkflowType(String WorkflowType)
Set 工作流类型,cycle和manual
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListWorkflowsRequest()
public ListWorkflowsRequest(ListWorkflowsRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 请求的数据页数。默认值为1,取值大于等于1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页显示的数据条数。默认值为10 ,最小值为10,最大值为200public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键词public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath - 工作流所属文件夹public String getWorkflowType()
public void setWorkflowType(String WorkflowType)
WorkflowType - 工作流类型,cycle和manualpublic String getBundleId()
public void setBundleId(String BundleId)
BundleId - bundleId项public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - 负责人IDpublic String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - 创建人IDpublic String[] getModifyTime()
public void setModifyTime(String[] ModifyTime)
ModifyTime - 修改时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间public String[] getCreateTime()
public void setCreateTime(String[] CreateTime)
CreateTime - 创建时间区间 yyyy-MM-dd HH:mm:ss,需要在数组填入两个时间Copyright © 2025. All rights reserved.