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 item. 
 | 
String[] | 
getCreateTime()
Get Creation time range yyyy-MM-dd HH:MM:ss. 
 | 
String | 
getCreateUserUin()
Get Creator ID. 
 | 
String | 
getKeyword()
Get Search keywords. 
 | 
String[] | 
getModifyTime()
Get Modification time interval yyyy-MM-dd HH:MM:ss. 
 | 
String | 
getOwnerUin()
Get Owner ID 
 | 
Long | 
getPageNumber()
Get Specifies the data page number of the request. 
 | 
Long | 
getPageSize()
Get Specifies the number of data records displayed per page. 
 | 
String | 
getParentFolderPath()
Get Workflow folder. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
String | 
getWorkflowType()
Get Workflow type. 
 | 
void | 
setBundleId(String BundleId)
Set bundleId item. 
 | 
void | 
setCreateTime(String[] CreateTime)
Set Creation time range yyyy-MM-dd HH:MM:ss. 
 | 
void | 
setCreateUserUin(String CreateUserUin)
Set Creator ID. 
 | 
void | 
setKeyword(String Keyword)
Set Search keywords. 
 | 
void | 
setModifyTime(String[] ModifyTime)
Set Modification time interval yyyy-MM-dd HH:MM:ss. 
 | 
void | 
setOwnerUin(String OwnerUin)
Set Owner ID 
 | 
void | 
setPageNumber(Long PageNumber)
Set Specifies the data page number of the request. 
 | 
void | 
setPageSize(Long PageSize)
Set Specifies the number of data records displayed per page. 
 | 
void | 
setParentFolderPath(String ParentFolderPath)
Set Workflow folder. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setWorkflowType(String WorkflowType)
Set Workflow type. 
 | 
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 - Project ID.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Specifies the data page number of the request. default value is 1. valid values: equal to or greater than 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Specifies the number of data records displayed per page. default: 10. value range: 10 to 200.public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Search keywords.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath - Workflow folder.public String getWorkflowType()
public void setWorkflowType(String WorkflowType)
WorkflowType - Workflow type. valid values: cycle and manual.public String getBundleId()
public void setBundleId(String BundleId)
BundleId - bundleId item.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Owner IDpublic String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - Creator ID.public String[] getModifyTime()
public void setModifyTime(String[] ModifyTime)
ModifyTime - Modification time interval yyyy-MM-dd HH:MM:ss. fill in two times in the array.public String[] getCreateTime()
public void setCreateTime(String[] CreateTime)
CreateTime - Creation time range yyyy-MM-dd HH:MM:ss. two times must be filled in the array.Copyright © 2025. All rights reserved.