Class RecipientComponentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.RecipientComponentInfo
-
public class RecipientComponentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilledComponent[]
getComponents()
Get 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。Boolean
getIsPromoter()
Get 是否发起方 注意:此字段可能返回 null,表示取不到有效值。String
getRecipientFillStatus()
Get 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。String
getRecipientId()
Get 参与方Id 注意:此字段可能返回 null,表示取不到有效值。void
setComponents(FilledComponent[] Components)
Set 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。void
setIsPromoter(Boolean IsPromoter)
Set 是否发起方 注意:此字段可能返回 null,表示取不到有效值。void
setRecipientFillStatus(String RecipientFillStatus)
Set 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。void
setRecipientId(String RecipientId)
Set 参与方Id 注意:此字段可能返回 null,表示取不到有效值。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
-
RecipientComponentInfo
public RecipientComponentInfo()
-
RecipientComponentInfo
public 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.
-
-
Method Detail
-
getRecipientId
public String getRecipientId()
Get 参与方Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RecipientId 参与方Id 注意:此字段可能返回 null,表示取不到有效值。
-
setRecipientId
public void setRecipientId(String RecipientId)
Set 参与方Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RecipientId
- 参与方Id 注意:此字段可能返回 null,表示取不到有效值。
-
getRecipientFillStatus
public String getRecipientFillStatus()
Get 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RecipientFillStatus 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。
-
setRecipientFillStatus
public void setRecipientFillStatus(String RecipientFillStatus)
Set 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RecipientFillStatus
- 参与方填写状态 注意:此字段可能返回 null,表示取不到有效值。
-
getIsPromoter
public Boolean getIsPromoter()
Get 是否发起方 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsPromoter 是否发起方 注意:此字段可能返回 null,表示取不到有效值。
-
setIsPromoter
public void setIsPromoter(Boolean IsPromoter)
Set 是否发起方 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsPromoter
- 是否发起方 注意:此字段可能返回 null,表示取不到有效值。
-
getComponents
public FilledComponent[] getComponents()
Get 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Components 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。
-
setComponents
public void setComponents(FilledComponent[] Components)
Set 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Components
- 填写控件内容 注意:此字段可能返回 null,表示取不到有效值。
-
-