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