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 - 参与方的角色IDpublic 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.