public class DescribeFlowInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeFlowInfoRequest() |
DescribeFlowInfoRequest(DescribeFlowInfoRequest 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[] |
getFlowIds()
Get 需要查询的流程ID列表,限制最大100个
|
UserInfo |
getOperator()
Get 调用方用户信息
|
void |
setFlowIds(String[] FlowIds)
Set 需要查询的流程ID列表,限制最大100个
|
void |
setOperator(UserInfo Operator)
Set 调用方用户信息
|
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 DescribeFlowInfoRequest()
public DescribeFlowInfoRequest(DescribeFlowInfoRequest source)
public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 需要查询的流程ID列表,限制最大100个public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 调用方用户信息Copyright © 2022. All rights reserved.