Class FilledComponent

    • Constructor Detail

      • FilledComponent

        public FilledComponent()
      • FilledComponent

        public FilledComponent​(FilledComponent 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

      • getComponentId

        public String getComponentId()
        Get 控件Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ComponentId 控件Id 注意:此字段可能返回 null,表示取不到有效值。
      • setComponentId

        public void setComponentId​(String ComponentId)
        Set 控件Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ComponentId - 控件Id 注意:此字段可能返回 null,表示取不到有效值。
      • getComponentName

        public String getComponentName()
        Get 控件名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ComponentName 控件名称 注意:此字段可能返回 null,表示取不到有效值。
      • setComponentName

        public void setComponentName​(String ComponentName)
        Set 控件名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ComponentName - 控件名称 注意:此字段可能返回 null,表示取不到有效值。
      • getComponentFillStatus

        public String getComponentFillStatus()
        Get 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ComponentFillStatus 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。
      • setComponentFillStatus

        public void setComponentFillStatus​(String ComponentFillStatus)
        Set 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ComponentFillStatus - 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。
      • getComponentValue

        public String getComponentValue()
        Get 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ComponentValue 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。
      • setComponentValue

        public void setComponentValue​(String ComponentValue)
        Set 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ComponentValue - 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。
      • getImageUrl

        public String getImageUrl()
        Get 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImageUrl 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 null,表示取不到有效值。
      • setImageUrl

        public void setImageUrl​(String ImageUrl)
        Set 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImageUrl - 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 null,表示取不到有效值。