Class DownloadFlowInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.DownloadFlowInfo
-
public class DownloadFlowInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DownloadFlowInfo()
DownloadFlowInfo(DownloadFlowInfo 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
getFileName()
Get 文件夹名称String[]
getFlowIdList()
Get 签署流程的标识数组void
setFileName(String FileName)
Set 文件夹名称void
setFlowIdList(String[] FlowIdList)
Set 签署流程的标识数组void
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
-
DownloadFlowInfo
public DownloadFlowInfo()
-
DownloadFlowInfo
public DownloadFlowInfo(DownloadFlowInfo 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
-
getFileName
public String getFileName()
Get 文件夹名称- Returns:
- FileName 文件夹名称
-
setFileName
public void setFileName(String FileName)
Set 文件夹名称- Parameters:
FileName
- 文件夹名称
-
getFlowIdList
public String[] getFlowIdList()
Get 签署流程的标识数组- Returns:
- FlowIdList 签署流程的标识数组
-
setFlowIdList
public void setFlowIdList(String[] FlowIdList)
Set 签署流程的标识数组- Parameters:
FlowIdList
- 签署流程的标识数组
-
-