public class DownloadFlowInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DownloadFlowInfo()
public DownloadFlowInfo(DownloadFlowInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件夹名称public String[] getFlowIdList()
public void setFlowIdList(String[] FlowIdList)
FlowIdList
- 合同(流程)的标识数组Copyright © 2022. All rights reserved.