public class RecipientComponentInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecipientComponentInfo() | 
| RecipientComponentInfo(RecipientComponentInfo 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 | 
|---|---|
| FilledComponent[] | getComponents()Get 改参与方填写控件信息列表 | 
| Boolean | getIsPromoter()Get 是否为发起方
true-发起方
false-参与方 | 
| String | getRecipientFillStatus()Get 参与方填写状态
**空值** : 此参与方没有填写控件
**0**:  未填写, 表示此参与方还没有填写合同的填写控件
**1**:  已填写, 表示此参与方已经填写所有的填写控件 | 
| String | getRecipientId()Get 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方 | 
| void | setComponents(FilledComponent[] Components)Set 改参与方填写控件信息列表 | 
| void | setIsPromoter(Boolean IsPromoter)Set 是否为发起方
true-发起方
false-参与方 | 
| void | setRecipientFillStatus(String RecipientFillStatus)Set 参与方填写状态
**空值** : 此参与方没有填写控件
**0**:  未填写, 表示此参与方还没有填写合同的填写控件
**1**:  已填写, 表示此参与方已经填写所有的填写控件 | 
| void | setRecipientId(String RecipientId)Set 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方 | 
| 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 RecipientComponentInfo()
public RecipientComponentInfo(RecipientComponentInfo source)
public String getRecipientId()
public void setRecipientId(String RecipientId)
RecipientId - 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方public String getRecipientFillStatus()
public void setRecipientFillStatus(String RecipientFillStatus)
RecipientFillStatus - 参与方填写状态
public Boolean getIsPromoter()
public void setIsPromoter(Boolean IsPromoter)
IsPromoter - 是否为发起方
public FilledComponent[] getComponents()
public void setComponents(FilledComponent[] Components)
Components - 改参与方填写控件信息列表Copyright © 2025. All rights reserved.