public class WorkflowListRequest extends AbstractBceRequest
| Constructor and Description |
|---|
WorkflowListRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeginTime() |
String |
getEndTime() |
String |
getName() |
int |
getPageNo() |
int |
getPageSize() |
WorkflowStatus |
getStatus() |
static WorkflowListRequest |
of(int pageNo,
int pageSize)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
of(int pageNo,
int pageSize,
String name)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
of(int pageNo,
int pageSize,
String beginTime,
String endTime)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
of(int pageNo,
int pageSize,
WorkflowStatus status)
Construct a list workflow request with specified parameters..
|
static WorkflowListRequest |
of(int pageNo,
int pageSize,
WorkflowStatus status,
String name,
String beginTime,
String endTime)
Construct a list workflow request with specified parameters..
|
void |
setBeginTime(String beginTime) |
void |
setEndTime(String endTime) |
void |
setName(String name) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setStatus(WorkflowStatus status) |
WorkflowListRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic static WorkflowListRequest of(int pageNo, int pageSize, WorkflowStatus status, String name, String beginTime, String endTime)
pageNo - The number of pagepageSize - The number of elements in each pagestatus - The workflow statusname - The workflow namebeginTime - The begin time of creating workflow timeendTime - The end time of creating workflow timepublic static WorkflowListRequest of(int pageNo, int pageSize)
pageNo - The number of pagepageSize - The number of elements in each pagepublic static WorkflowListRequest of(int pageNo, int pageSize, String name)
pageNo - The number of pagepageSize - The number of elements in each pagename - The workflow namepublic static WorkflowListRequest of(int pageNo, int pageSize, WorkflowStatus status)
pageNo - The number of pagepageSize - The number of elements in each pagestatus - The workflow statuspublic static WorkflowListRequest of(int pageNo, int pageSize, String beginTime, String endTime)
pageNo - The number of pagepageSize - The number of elements in each pagebeginTime - The begin time of creating workflow timeendTime - The end time of creating workflow timepublic WorkflowListRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public WorkflowStatus getStatus()
public void setStatus(WorkflowStatus status)
public String getBeginTime()
public void setBeginTime(String beginTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getName()
public void setName(String name)
Copyright © 2024. All rights reserved.