public class SignComponentConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
SignComponentConfig() |
SignComponentConfig(SignComponentConfig 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 |
---|---|
Boolean |
getHideDate()
Get 签署控件默认属性配置,是否默认展示签署日期, 在页面中可以进行修改。
- false 展示签署日期(默认)
- true 不展示签署日期
。
|
void |
setHideDate(Boolean HideDate)
Set 签署控件默认属性配置,是否默认展示签署日期, 在页面中可以进行修改。
- false 展示签署日期(默认)
- true 不展示签署日期
。
|
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 SignComponentConfig()
public SignComponentConfig(SignComponentConfig source)
public Boolean getHideDate()
public void setHideDate(Boolean HideDate)
HideDate
- 签署控件默认属性配置,是否默认展示签署日期, 在页面中可以进行修改。
- false 展示签署日期(默认)
- true 不展示签署日期
。Copyright © 2025. All rights reserved.