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、Agent.AppId 和 Agent.ProxyAppId 均必填。public DownloadFlowInfo[] getDownLoadFlows()
public void setDownLoadFlows(DownloadFlowInfo[] DownLoadFlows)
DownLoadFlows
- 文件夹数组,签署流程总数不能超过50个,一个文件夹下,不能超过20个签署流程public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 操作者的信息Copyright © 2023. All rights reserved.