public class PrepareFlowsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PrepareFlowsRequest() | 
| PrepareFlowsRequest(PrepareFlowsRequest 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. | 
| FlowInfo[] | getFlowInfos()Get 多个合同(签署流程)信息,最大支持20个签署流程。 | 
| String | getJumpUrl()Get 操作完成后的跳转地址,最大长度200 | 
| UserInfo | getOperator()Deprecated.   | 
| void | setAgent(Agent Agent)Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. | 
| void | setFlowInfos(FlowInfo[] FlowInfos)Set 多个合同(签署流程)信息,最大支持20个签署流程。 | 
| void | setJumpUrl(String JumpUrl)Set 操作完成后的跳转地址,最大长度200 | 
| void | setOperator(UserInfo Operator)Deprecated.   | 
| 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 PrepareFlowsRequest()
public PrepareFlowsRequest(PrepareFlowsRequest source)
public Agent getAgent()
public void setAgent(Agent Agent)
Agent - 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。public FlowInfo[] getFlowInfos()
public void setFlowInfos(FlowInfo[] FlowInfos)
FlowInfos - 多个合同(签署流程)信息,最大支持20个签署流程。public String getJumpUrl()
public void setJumpUrl(String JumpUrl)
JumpUrl - 操作完成后的跳转地址,最大长度200@Deprecated public UserInfo getOperator()
@Deprecated public void setOperator(UserInfo Operator)
Operator - 暂未开放Copyright © 2025. All rights reserved.