public class DownloadFlowInfo extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DownloadFlowInfo()
public DownloadFlowInfo(DownloadFlowInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName - 文件夹名称public String[] getFlowIdList()
public void setFlowIdList(String[] FlowIdList)
FlowIdList - 签署流程的标识数组Copyright © 2025. All rights reserved.