public class DescribeWorkflowsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 返回记录条数,默认值:10,最大值:100。
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
String |
getStatus()
Get 工作流状态,取值范围:
Enabled:已启用,
Disabled:已禁用。
不填此参数,则不区分工作流状态。
|
Long[] |
getWorkflowIds()
Get 工作流 ID 过滤条件,数组长度限制:100。
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:100。
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setStatus(String Status)
Set 工作流状态,取值范围:
Enabled:已启用,
Disabled:已禁用。
不填此参数,则不区分工作流状态。
|
void |
setWorkflowIds(Long[] WorkflowIds)
Set 工作流 ID 过滤条件,数组长度限制:100。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeWorkflowsRequest()
public DescribeWorkflowsRequest(DescribeWorkflowsRequest source)
public Long[] getWorkflowIds()
public void setWorkflowIds(Long[] WorkflowIds)
WorkflowIds
- 工作流 ID 过滤条件,数组长度限制:100。public String getStatus()
public void setStatus(String Status)
Status
- 工作流状态,取值范围:
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:10,最大值:100。Copyright © 2021. All rights reserved.