public class SignSeal extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SignSeal() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getComponentId()Get 签署控件ID | 
| Long | getFileIndex()Get 合同文件ID | 
| String | 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 签署控件ID | 
| void | setFileIndex(Long FileIndex)Set 合同文件ID | 
| void | 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SignSeal()
public SignSeal(SignSeal source)
public String getComponentId()
public void setComponentId(String ComponentId)
ComponentId - 签署控件IDpublic String getSignType()
public void setSignType(String SignType)
SignType - 签署印章类型:
SIGN_SIGNATURE - 签名
SIGN_SEAL - 印章
SIGN_DATE - 日期
SIGN_IMAGE - 图片public Long getFileIndex()
public void setFileIndex(Long FileIndex)
FileIndex - 合同文件IDpublic String getSealId()
public void setSealId(String SealId)
SealId - 印章ID,仅当 SignType 为 SIGN_SEAL 时必填public String getSealContent()
public void setSealContent(String SealContent)
SealContent - 签名内容,仅当 SignType 为SIGN_SIGNATURE或SIGN_IMAGE 时必填,base64编码Copyright © 2025. All rights reserved.