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