Class CustomFlowIdMap
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CustomFlowIdMap
-
public class CustomFlowIdMap extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomFlowIdMap()CustomFlowIdMap(CustomFlowIdMap 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 StringgetCustomId()Get 自定义idStringgetFlowId()Get 流程idvoidsetCustomId(String CustomId)Set 自定义idvoidsetFlowId(String FlowId)Set 流程idvoidtoMap(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
-
CustomFlowIdMap
public CustomFlowIdMap()
-
CustomFlowIdMap
public CustomFlowIdMap(CustomFlowIdMap 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
-
getCustomId
public String getCustomId()
Get 自定义id- Returns:
- CustomId 自定义id
-
setCustomId
public void setCustomId(String CustomId)
Set 自定义id- Parameters:
CustomId- 自定义id
-
getFlowId
public String getFlowId()
Get 流程id- Returns:
- FlowId 流程id
-
setFlowId
public void setFlowId(String FlowId)
Set 流程id- Parameters:
FlowId- 流程id
-
-