public class FilledComponent extends AbstractModel
header, skipSign
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** : 此填写控件**已填写**
|
String |
getComponentId()
Get 填写控件ID
|
String |
getComponentName()
Get 控件名称
|
String |
getComponentValue()
Get 控件填写内容
|
String |
getImageUrl()
Get 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。
注: `链接不是永久链接, 默认有效期5分钟后, 到期后链接失效`
|
void |
setComponentFillStatus(String ComponentFillStatus)
Set 此填写控件的填写状态
0** : 此填写控件**未填写**
1** : 此填写控件**已填写**
|
void |
setComponentId(String ComponentId)
Set 填写控件ID
|
void |
setComponentName(String ComponentName)
Set 控件名称
|
void |
setComponentValue(String ComponentValue)
Set 控件填写内容
|
void |
setImageUrl(String ImageUrl)
Set 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。
注: `链接不是永久链接, 默认有效期5分钟后, 到期后链接失效`
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FilledComponent()
public FilledComponent(FilledComponent source)
public String getComponentId()
public void setComponentId(String ComponentId)
ComponentId
- 填写控件IDpublic String getComponentName()
public void setComponentName(String ComponentName)
ComponentName
- 控件名称public String getComponentFillStatus()
public void setComponentFillStatus(String ComponentFillStatus)
ComponentFillStatus
- 此填写控件的填写状态
0** : 此填写控件**未填写**
1** : 此填写控件**已填写**public String getComponentValue()
public void setComponentValue(String ComponentValue)
ComponentValue
- 控件填写内容public String getImageUrl()
public void setImageUrl(String ImageUrl)
ImageUrl
- 图片填充控件下载链接,如果是图片填充控件时,这里返回图片的下载链接。
注: `链接不是永久链接, 默认有效期5分钟后, 到期后链接失效`Copyright © 2024. All rights reserved.