Class CreateFlowByFilesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CreateFlowByFilesRequest
-
public class CreateFlowByFilesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateFlowByFilesRequest()CreateFlowByFilesRequest(CreateFlowByFilesRequest 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 CallergetCaller()Get 调用方信息StringgetCustomId()Get 自定义流程idString[]getFileIds()Get 文件资源列表 (支持多文件)FlowInfogetFlowInfo()Get 流程创建信息voidsetCaller(Caller Caller)Set 调用方信息voidsetCustomId(String CustomId)Set 自定义流程idvoidsetFileIds(String[] FileIds)Set 文件资源列表 (支持多文件)voidsetFlowInfo(FlowInfo FlowInfo)Set 流程创建信息voidtoMap(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
-
CreateFlowByFilesRequest
public CreateFlowByFilesRequest()
-
CreateFlowByFilesRequest
public CreateFlowByFilesRequest(CreateFlowByFilesRequest 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- 调用方信息
-
getFlowInfo
public FlowInfo getFlowInfo()
Get 流程创建信息- Returns:
- FlowInfo 流程创建信息
-
setFlowInfo
public void setFlowInfo(FlowInfo FlowInfo)
Set 流程创建信息- Parameters:
FlowInfo- 流程创建信息
-
getFileIds
public String[] getFileIds()
Get 文件资源列表 (支持多文件)- Returns:
- FileIds 文件资源列表 (支持多文件)
-
setFileIds
public void setFileIds(String[] FileIds)
Set 文件资源列表 (支持多文件)- Parameters:
FileIds- 文件资源列表 (支持多文件)
-
getCustomId
public String getCustomId()
Get 自定义流程id- Returns:
- CustomId 自定义流程id
-
setCustomId
public void setCustomId(String CustomId)
Set 自定义流程id- Parameters:
CustomId- 自定义流程id
-
-