public class CustomFlowIdMap extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomId()
Get 自定义id
|
String |
getFlowId()
Get 流程id
|
void |
setCustomId(String CustomId)
Set 自定义id
|
void |
setFlowId(String FlowId)
Set 流程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 CustomFlowIdMap()
public CustomFlowIdMap(CustomFlowIdMap source)
public String getCustomId()
public void setCustomId(String CustomId)
CustomId
- 自定义idpublic String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程idCopyright © 2021. All rights reserved.