public class FilledComponent extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FilledComponent()
public FilledComponent(FilledComponent source)
public String getComponentId()
public void setComponentId(String ComponentId)
ComponentId
- 控件Id
注意:此字段可能返回 null,表示取不到有效值。public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 控件名称
注意:此字段可能返回 null,表示取不到有效值。public String getComponentFillStatus()
public void setComponentFillStatus(String ComponentFillStatus)
ComponentFillStatus
- 控件填写状态;0-未填写;1-已填写
注意:此字段可能返回 null,表示取不到有效值。public String getComponentValue()
public void setComponentValue(String ComponentValue)
ComponentValue
- 控件填写内容
注意:此字段可能返回 null,表示取不到有效值。public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.