Class DescribeCustomFlowIdsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeCustomFlowIdsRequest
-
public class DescribeCustomFlowIdsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCustomFlowIdsRequest()
DescribeCustomFlowIdsRequest(DescribeCustomFlowIdsRequest 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[]
getCustomIds()
Get 自定义 id 列表,最多同时查询 10 个自定义 idvoid
setCaller(Caller Caller)
Set 调用方信息void
setCustomIds(String[] CustomIds)
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
-
DescribeCustomFlowIdsRequest
public DescribeCustomFlowIdsRequest()
-
DescribeCustomFlowIdsRequest
public DescribeCustomFlowIdsRequest(DescribeCustomFlowIdsRequest 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
- 调用方信息
-
getCustomIds
public String[] getCustomIds()
Get 自定义 id 列表,最多同时查询 10 个自定义 id- Returns:
- CustomIds 自定义 id 列表,最多同时查询 10 个自定义 id
-
setCustomIds
public void setCustomIds(String[] CustomIds)
Set 自定义 id 列表,最多同时查询 10 个自定义 id- Parameters:
CustomIds
- 自定义 id 列表,最多同时查询 10 个自定义 id
-
-