Class RecipientComponentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.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,表示取不到有效值。BooleangetIsPromoter()Get 是否为发起方 注意:此字段可能返回 null,表示取不到有效值。StringgetRecipientFillStatus()Get 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 null,表示取不到有效值。StringgetRecipientId()Get 参与方Id 注意:此字段可能返回 null,表示取不到有效值。voidsetComponents(FilledComponent[] Components)Set 填写控件列表 注意:此字段可能返回 null,表示取不到有效值。voidsetIsPromoter(Boolean IsPromoter)Set 是否为发起方 注意:此字段可能返回 null,表示取不到有效值。voidsetRecipientFillStatus(String RecipientFillStatus)Set 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 null,表示取不到有效值。voidsetRecipientId(String RecipientId)Set 参与方Id 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RecipientFillStatus 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 null,表示取不到有效值。
-
setRecipientFillStatus
public void setRecipientFillStatus(String RecipientFillStatus)
Set 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RecipientFillStatus- 参与方填写状态 0-未填写 1-已填写 注意:此字段可能返回 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,表示取不到有效值。
-
-