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列表
|
UserInfo |
getOperator()
Get 操作人信息
|
void |
setAgent(Agent Agent)
Set 代理商信息
|
void |
setFlowIds(String[] FlowIds)
Set 需要查询的流程ID列表
|
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 DescribeFlowBriefsRequest()
public DescribeFlowBriefsRequest(DescribeFlowBriefsRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作人信息public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 需要查询的流程ID列表public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 代理商信息Copyright © 2022. All rights reserved.