public class DestroyFlowFileRequest extends AbstractModel
Constructor and Description |
---|
DestroyFlowFileRequest() |
DestroyFlowFileRequest(DestroyFlowFileRequest 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 |
---|---|
Caller |
getCaller()
Get 调用方信息
|
String |
getFlowId()
Get 流程ID
|
void |
setCaller(Caller Caller)
Set 调用方信息
|
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 DestroyFlowFileRequest()
public DestroyFlowFileRequest(DestroyFlowFileRequest source)
public Caller getCaller()
public void setCaller(Caller Caller)
Caller
- 调用方信息public String getFlowId()
public void setFlowId(String FlowId)
FlowId
- 流程IDCopyright © 2022. All rights reserved.