类 WorkflowListRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bvw.model.workflow.WorkflowListRequest
-
public class WorkflowListRequest extends AbstractBceRequest
List workflow request
-
-
构造器概要
构造器 构造器 说明 WorkflowListRequest()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBeginTime()StringgetEndTime()StringgetName()intgetPageNo()intgetPageSize()WorkflowStatusgetStatus()static WorkflowListRequestof(int pageNo, int pageSize)Construct a list workflow request with specified parameters..static WorkflowListRequestof(int pageNo, int pageSize, WorkflowStatus status)Construct a list workflow request with specified parameters..static WorkflowListRequestof(int pageNo, int pageSize, WorkflowStatus status, String name, String beginTime, String endTime)Construct a list workflow request with specified parameters..static WorkflowListRequestof(int pageNo, int pageSize, String name)Construct a list workflow request with specified parameters..static WorkflowListRequestof(int pageNo, int pageSize, String beginTime, String endTime)Construct a list workflow request with specified parameters..voidsetBeginTime(String beginTime)voidsetEndTime(String endTime)voidsetName(String name)voidsetPageNo(int pageNo)voidsetPageSize(int pageSize)voidsetStatus(WorkflowStatus status)WorkflowListRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
of
public static WorkflowListRequest of(int pageNo, int pageSize, WorkflowStatus status, String name, String beginTime, String endTime)
Construct a list workflow request with specified parameters..- 参数:
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 time- 返回:
- A workflow list request
-
of
public static WorkflowListRequest of(int pageNo, int pageSize)
Construct a list workflow request with specified parameters..- 参数:
pageNo- The number of pagepageSize- The number of elements in each page- 返回:
- A workflow list request
-
of
public static WorkflowListRequest of(int pageNo, int pageSize, String name)
Construct a list workflow request with specified parameters..- 参数:
pageNo- The number of pagepageSize- The number of elements in each pagename- The workflow name- 返回:
- A workflow list request
-
of
public static WorkflowListRequest of(int pageNo, int pageSize, WorkflowStatus status)
Construct a list workflow request with specified parameters..- 参数:
pageNo- The number of pagepageSize- The number of elements in each pagestatus- The workflow status- 返回:
- A workflow list request
-
of
public static WorkflowListRequest of(int pageNo, int pageSize, String beginTime, String endTime)
Construct a list workflow request with specified parameters..- 参数:
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 time- 返回:
- A workflow list request
-
withRequestCredentials
public WorkflowListRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
getPageNo
public int getPageNo()
-
setPageNo
public void setPageNo(int pageNo)
-
getPageSize
public int getPageSize()
-
setPageSize
public void setPageSize(int pageSize)
-
getStatus
public WorkflowStatus getStatus()
-
setStatus
public void setStatus(WorkflowStatus status)
-
getBeginTime
public String getBeginTime()
-
setBeginTime
public void setBeginTime(String beginTime)
-
getEndTime
public String getEndTime()
-
setEndTime
public void setEndTime(String endTime)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-