Class CancelFlowRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CancelFlowRequest
-
public class CancelFlowRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CancelFlowRequest()
CancelFlowRequest(CancelFlowRequest 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
getCancelMessage()
Get 撤销原因String
getFlowId()
Get 流程IDvoid
setCaller(Caller Caller)
Set 调用方信息void
setCancelMessage(String CancelMessage)
Set 撤销原因void
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
-
CancelFlowRequest
public CancelFlowRequest()
-
CancelFlowRequest
public CancelFlowRequest(CancelFlowRequest 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
- 调用方信息
-
getFlowId
public String getFlowId()
Get 流程ID- Returns:
- FlowId 流程ID
-
setFlowId
public void setFlowId(String FlowId)
Set 流程ID- Parameters:
FlowId
- 流程ID
-
getCancelMessage
public String getCancelMessage()
Get 撤销原因- Returns:
- CancelMessage 撤销原因
-
setCancelMessage
public void setCancelMessage(String CancelMessage)
Set 撤销原因- Parameters:
CancelMessage
- 撤销原因
-
-