public class DescribeCustomFlowIdsByFlowIdRequest extends AbstractModel
Constructor and Description |
---|
DescribeCustomFlowIdsByFlowIdRequest() |
DescribeCustomFlowIdsByFlowIdRequest(DescribeCustomFlowIdsByFlowIdRequest 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 |
---|---|
Caller |
getCaller()
Get 调用方信息
|
String[] |
getFlowIds()
Get 流程 id 列表,最多同时查询 10 个流程 id
|
void |
setCaller(Caller Caller)
Set 调用方信息
|
void |
setFlowIds(String[] FlowIds)
Set 流程 id 列表,最多同时查询 10 个流程 id
|
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 DescribeCustomFlowIdsByFlowIdRequest()
public DescribeCustomFlowIdsByFlowIdRequest(DescribeCustomFlowIdsByFlowIdRequest source)
public Caller getCaller()
public void setCaller(Caller Caller)
Caller
- 调用方信息public String[] getFlowIds()
public void setFlowIds(String[] FlowIds)
FlowIds
- 流程 id 列表,最多同时查询 10 个流程 idCopyright © 2022. All rights reserved.