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 改参与方填写控件信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsPromoter()
Get 是否为发起方
true-发起方
false-参与方
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecipientFillStatus()
Get 参与方填写状态
**空值** : 此参与方没有填写控件
**0**: 未填写, 表示此参与方还没有填写合同的填写控件
**1**: 已填写, 表示此参与方已经填写所有的填写控件
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecipientId()
Get 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setComponents(FilledComponent[] Components)
Set 改参与方填写控件信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsPromoter(Boolean IsPromoter)
Set 是否为发起方
true-发起方
false-参与方
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecipientFillStatus(String RecipientFillStatus)
Set 参与方填写状态
**空值** : 此参与方没有填写控件
**0**: 未填写, 表示此参与方还没有填写合同的填写控件
**1**: 已填写, 表示此参与方已经填写所有的填写控件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecipientId(String RecipientId)
Set 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public RecipientComponentInfo()
public RecipientComponentInfo(RecipientComponentInfo source)
public String getRecipientId()
public void setRecipientId(String RecipientId)
RecipientId
- 签署方经办人在合同流程中的参与方ID,与控件绑定,是控件的归属方
注意:此字段可能返回 null,表示取不到有效值。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
- 改参与方填写控件信息列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.