Class PrepareFlowsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.PrepareFlowsRequest
-
public class PrepareFlowsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Agent
getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.FlowInfo[]
getFlowInfos()
Get 多个合同(签署流程)信息,最大支持20个签署流程。String
getJumpUrl()
Get 操作完成后的跳转地址,最大长度200UserInfo
getOperator()
Deprecated.void
setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent.void
setFlowInfos(FlowInfo[] FlowInfos)
Set 多个合同(签署流程)信息,最大支持20个签署流程。void
setJumpUrl(String JumpUrl)
Set 操作完成后的跳转地址,最大长度200void
setOperator(UserInfo Operator)
Deprecated.void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PrepareFlowsRequest
public PrepareFlowsRequest()
-
PrepareFlowsRequest
public 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.
-
-
Method Detail
-
getAgent
public Agent getAgent()
Get 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Returns:
- Agent 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
setAgent
public void setAgent(Agent Agent)
Set 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。- Parameters:
Agent
- 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
-
getFlowInfos
public FlowInfo[] getFlowInfos()
Get 多个合同(签署流程)信息,最大支持20个签署流程。- Returns:
- FlowInfos 多个合同(签署流程)信息,最大支持20个签署流程。
-
setFlowInfos
public void setFlowInfos(FlowInfo[] FlowInfos)
Set 多个合同(签署流程)信息,最大支持20个签署流程。- Parameters:
FlowInfos
- 多个合同(签署流程)信息,最大支持20个签署流程。
-
getJumpUrl
public String getJumpUrl()
Get 操作完成后的跳转地址,最大长度200- Returns:
- JumpUrl 操作完成后的跳转地址,最大长度200
-
setJumpUrl
public void setJumpUrl(String JumpUrl)
Set 操作完成后的跳转地址,最大长度200- Parameters:
JumpUrl
- 操作完成后的跳转地址,最大长度200
-
getOperator
@Deprecated public UserInfo getOperator()
Deprecated.Get 暂未开放- Returns:
- Operator 暂未开放
-
setOperator
@Deprecated public void setOperator(UserInfo Operator)
Deprecated.Set 暂未开放- Parameters:
Operator
- 暂未开放
-
-