Class SignSeal
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.SignSeal
-
public class SignSeal extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponentId()
Get 签署控件IDLong
getFileIndex()
Get 合同文件IDString
getSealContent()
Get 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码String
getSealId()
Get 印章ID,仅当 SignType 为 SIGN_SEAL 时必填String
getSignType()
Get 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片void
setComponentId(String ComponentId)
Set 签署控件IDvoid
setFileIndex(Long FileIndex)
Set 合同文件IDvoid
setSealContent(String SealContent)
Set 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码void
setSealId(String SealId)
Set 印章ID,仅当 SignType 为 SIGN_SEAL 时必填void
setSignType(String SignType)
Set 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片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
-
SignSeal
public SignSeal()
-
SignSeal
public SignSeal(SignSeal 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- Returns:
- ComponentId 签署控件ID
-
setComponentId
public void setComponentId(String ComponentId)
Set 签署控件ID- Parameters:
ComponentId
- 签署控件ID
-
getSignType
public String getSignType()
Get 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片- Returns:
- SignType 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
-
setSignType
public void setSignType(String SignType)
Set 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片- Parameters:
SignType
- 签署印章类型: SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
-
getFileIndex
public Long getFileIndex()
Get 合同文件ID- Returns:
- FileIndex 合同文件ID
-
setFileIndex
public void setFileIndex(Long FileIndex)
Set 合同文件ID- Parameters:
FileIndex
- 合同文件ID
-
getSealId
public String getSealId()
Get 印章ID,仅当 SignType 为 SIGN_SEAL 时必填- Returns:
- SealId 印章ID,仅当 SignType 为 SIGN_SEAL 时必填
-
setSealId
public void setSealId(String SealId)
Set 印章ID,仅当 SignType 为 SIGN_SEAL 时必填- Parameters:
SealId
- 印章ID,仅当 SignType 为 SIGN_SEAL 时必填
-
getSealContent
public String getSealContent()
Get 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码- Returns:
- SealContent 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码
-
setSealContent
public void setSealContent(String SealContent)
Set 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码- Parameters:
SealContent
- 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码
-
-