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 String
getCustomId()
Get 自定义idString
getFlowId()
Get 流程idvoid
setCustomId(String CustomId)
Set 自定义idvoid
setFlowId(String FlowId)
Set 流程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
-
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
-
-