Class DescribeCustomFlowIdsByFlowIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeCustomFlowIdsByFlowIdRequest
-
public class DescribeCustomFlowIdsByFlowIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Caller
getCaller()
Get 调用方信息String[]
getFlowIds()
Get 流程 id 列表,最多同时查询 10 个流程 idvoid
setCaller(Caller Caller)
Set 调用方信息void
setFlowIds(String[] FlowIds)
Set 流程 id 列表,最多同时查询 10 个流程 idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCustomFlowIdsByFlowIdRequest
public DescribeCustomFlowIdsByFlowIdRequest()
-
DescribeCustomFlowIdsByFlowIdRequest
public 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.
-
-
Method Detail
-
getCaller
public Caller getCaller()
Get 调用方信息- Returns:
- Caller 调用方信息
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息- Parameters:
Caller
- 调用方信息
-
getFlowIds
public String[] getFlowIds()
Get 流程 id 列表,最多同时查询 10 个流程 id- Returns:
- FlowIds 流程 id 列表,最多同时查询 10 个流程 id
-
setFlowIds
public void setFlowIds(String[] FlowIds)
Set 流程 id 列表,最多同时查询 10 个流程 id- Parameters:
FlowIds
- 流程 id 列表,最多同时查询 10 个流程 id
-
-