Class RecipientComponentInfo

    • 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,表示取不到有效值。