Class DescribeWorkflowsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeWorkflowsRequest
-
public class DescribeWorkflowsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeWorkflowsRequest()DescribeWorkflowsRequest(DescribeWorkflowsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 返回记录条数,默认值:10,最大值:100。LonggetOffset()Get 分页偏移量,默认值:0。StringgetStatus()Get 工作流状态,取值范围: Enabled:已启用, Disabled:已禁用。 不填此参数,则不区分工作流状态。Long[]getWorkflowIds()Get 工作流 ID 过滤条件,数组长度限制:100。voidsetLimit(Long Limit)Set 返回记录条数,默认值:10,最大值:100。voidsetOffset(Long Offset)Set 分页偏移量,默认值:0。voidsetStatus(String Status)Set 工作流状态,取值范围: Enabled:已启用, Disabled:已禁用。 不填此参数,则不区分工作流状态。voidsetWorkflowIds(Long[] WorkflowIds)Set 工作流 ID 过滤条件,数组长度限制:100。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeWorkflowsRequest
public DescribeWorkflowsRequest()
-
DescribeWorkflowsRequest
public DescribeWorkflowsRequest(DescribeWorkflowsRequest 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.
-
-
Method Detail
-
getWorkflowIds
public Long[] getWorkflowIds()
Get 工作流 ID 过滤条件,数组长度限制:100。- Returns:
- WorkflowIds 工作流 ID 过滤条件,数组长度限制:100。
-
setWorkflowIds
public void setWorkflowIds(Long[] WorkflowIds)
Set 工作流 ID 过滤条件,数组长度限制:100。- Parameters:
WorkflowIds- 工作流 ID 过滤条件,数组长度限制:100。
-
getStatus
public String getStatus()
Get 工作流状态,取值范围:- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。- Returns:
- Status 工作流状态,取值范围:
- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。
-
setStatus
public void setStatus(String Status)
Set 工作流状态,取值范围:- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。- Parameters:
Status- 工作流状态,取值范围:- Enabled:已启用,
- Disabled:已禁用。
不填此参数,则不区分工作流状态。
-
getOffset
public Long getOffset()
Get 分页偏移量,默认值:0。- Returns:
- Offset 分页偏移量,默认值:0。
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量,默认值:0。- Parameters:
Offset- 分页偏移量,默认值:0。
-
getLimit
public Long getLimit()
Get 返回记录条数,默认值:10,最大值:100。- Returns:
- Limit 返回记录条数,默认值:10,最大值:100。
-
setLimit
public void setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:100。- Parameters:
Limit- 返回记录条数,默认值:10,最大值:100。
-
-