public class FlowForwardInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FlowForwardInfo() | 
| FlowForwardInfo(FlowForwardInfo 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 | 
|---|---|
| String | getFlowId()Get 合同流程ID,为32位字符串。此接口的合同流程ID需要由[创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow)接口创建得到。 | 
| String | getRecipientId()Get 签署方经办人在合同中的参与方ID,为32位字符串。 | 
| void | setFlowId(String FlowId)Set 合同流程ID,为32位字符串。此接口的合同流程ID需要由[创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow)接口创建得到。 | 
| void | setRecipientId(String RecipientId)Set 签署方经办人在合同中的参与方ID,为32位字符串。 | 
| 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 FlowForwardInfo()
public FlowForwardInfo(FlowForwardInfo source)
public String getFlowId()
public void setFlowId(String FlowId)
FlowId - 合同流程ID,为32位字符串。此接口的合同流程ID需要由[创建签署流程](https://qian.tencent.com/developers/companyApis/startFlows/CreateFlow)接口创建得到。public String getRecipientId()
public void setRecipientId(String RecipientId)
RecipientId - 签署方经办人在合同中的参与方ID,为32位字符串。Copyright © 2025. All rights reserved.