public class GetDownloadFlowUrlRequest extends AbstractModel
Constructor and Description |
---|
GetDownloadFlowUrlRequest() |
GetDownloadFlowUrlRequest(GetDownloadFlowUrlRequest 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 |
---|---|
Agent |
getAgent()
Get 应用信息
此接口Agent.ProxyOrganizationOpenId 和 Agent.
|
DownloadFlowInfo[] |
getDownLoadFlows()
Get 文件夹数组,合同(流程)总数不能超过50个,一个文件夹下,不能超过20个合同(流程),
|
UserInfo |
getOperator()
Get 操作者的信息
|
void |
setAgent(Agent Agent)
Set 应用信息
此接口Agent.ProxyOrganizationOpenId 和 Agent.
|
void |
setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
Set 文件夹数组,合同(流程)总数不能超过50个,一个文件夹下,不能超过20个合同(流程),
|
void |
setOperator(UserInfo Operator)
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 GetDownloadFlowUrlRequest()
public GetDownloadFlowUrlRequest(GetDownloadFlowUrlRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent
- 应用信息
此接口Agent.ProxyOrganizationOpenId 和 Agent. ProxyOperator.OpenId 必填public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息public DownloadFlowInfo[] getDownLoadFlows()
public void setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
DownLoadFlows
- 文件夹数组,合同(流程)总数不能超过50个,一个文件夹下,不能超过20个合同(流程),Copyright © 2022. All rights reserved.