public class FlowResourceUrlInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowResourceUrlInfo() | 
| FlowResourceUrlInfo(FlowResourceUrlInfo 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 | getFlowId()Get 合同流程的ID | 
| ResourceUrlInfo[] | getResourceUrlInfos()Get 对应的合同流程的PDF下载链接 | 
| void | setFlowId(String FlowId)Set 合同流程的ID | 
| void | setResourceUrlInfos(ResourceUrlInfo[] ResourceUrlInfos)Set 对应的合同流程的PDF下载链接 | 
| 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 FlowResourceUrlInfo()
public FlowResourceUrlInfo(FlowResourceUrlInfo source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - 合同流程的IDpublic ResourceUrlInfo[] getResourceUrlInfos()
public void setResourceUrlInfos(ResourceUrlInfo[] ResourceUrlInfos)
ResourceUrlInfos - 对应的合同流程的PDF下载链接Copyright © 2025. All rights reserved.