Class FilledComponent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20210526.models.FilledComponent
-
public class FilledComponent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FilledComponent()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponentFillStatus()
Get 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。String
getComponentId()
Get 控件Id 注意:此字段可能返回 null,表示取不到有效值。String
getComponentName()
Get 控件名称 注意:此字段可能返回 null,表示取不到有效值。String
getComponentValue()
Get 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。String
getImageUrl()
Get 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 null,表示取不到有效值。void
setComponentFillStatus(String ComponentFillStatus)
Set 控件填写状态;0-未填写;1-已填写 注意:此字段可能返回 null,表示取不到有效值。void
setComponentId(String ComponentId)
Set 控件Id 注意:此字段可能返回 null,表示取不到有效值。void
setComponentName(String ComponentName)
Set 控件名称 注意:此字段可能返回 null,表示取不到有效值。void
setComponentValue(String ComponentValue)
Set 控件填写内容 注意:此字段可能返回 null,表示取不到有效值。void
setImageUrl(String ImageUrl)
Set 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。 注意:此字段可能返回 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
-
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,表示取不到有效值。
-
-