Class Seal
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.Seal
-
public class Seal 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 LonggetCreatedOn()Get 电子印章创建时间戳CallergetCreator()Get 电子印章创建者BooleangetDefaultSeal()Get 是否为默认印章,false-非默认,true-默认FileUrlgetFileUrl()Get 电子印章URLStringgetSealId()Get 电子印章IDStringgetSealName()Get 电子印章名称StringgetSealSource()Get 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成StringgetSealType()Get 电子印章类型StringgetUserId()Get 电子印章所有人voidsetCreatedOn(Long CreatedOn)Set 电子印章创建时间戳voidsetCreator(Caller Creator)Set 电子印章创建者voidsetDefaultSeal(Boolean DefaultSeal)Set 是否为默认印章,false-非默认,true-默认voidsetFileUrl(FileUrl FileUrl)Set 电子印章URLvoidsetSealId(String SealId)Set 电子印章IDvoidsetSealName(String SealName)Set 电子印章名称voidsetSealSource(String SealSource)Set 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成voidsetSealType(String SealType)Set 电子印章类型voidsetUserId(String UserId)Set 电子印章所有人voidtoMap(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
-
Seal
public Seal()
-
Seal
public Seal(Seal 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
-
getSealId
public String getSealId()
Get 电子印章ID- Returns:
- SealId 电子印章ID
-
setSealId
public void setSealId(String SealId)
Set 电子印章ID- Parameters:
SealId- 电子印章ID
-
getSealName
public String getSealName()
Get 电子印章名称- Returns:
- SealName 电子印章名称
-
setSealName
public void setSealName(String SealName)
Set 电子印章名称- Parameters:
SealName- 电子印章名称
-
getSealType
public String getSealType()
Get 电子印章类型- Returns:
- SealType 电子印章类型
-
setSealType
public void setSealType(String SealType)
Set 电子印章类型- Parameters:
SealType- 电子印章类型
-
getSealSource
public String getSealSource()
Get 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成- Returns:
- SealSource 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成
-
setSealSource
public void setSealSource(String SealSource)
Set 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成- Parameters:
SealSource- 电子印章来源: CREATE - 通过图片上传 GENERATE - 通过文字生成
-
getCreator
public Caller getCreator()
Get 电子印章创建者- Returns:
- Creator 电子印章创建者
-
setCreator
public void setCreator(Caller Creator)
Set 电子印章创建者- Parameters:
Creator- 电子印章创建者
-
getCreatedOn
public Long getCreatedOn()
Get 电子印章创建时间戳- Returns:
- CreatedOn 电子印章创建时间戳
-
setCreatedOn
public void setCreatedOn(Long CreatedOn)
Set 电子印章创建时间戳- Parameters:
CreatedOn- 电子印章创建时间戳
-
getUserId
public String getUserId()
Get 电子印章所有人- Returns:
- UserId 电子印章所有人
-
setUserId
public void setUserId(String UserId)
Set 电子印章所有人- Parameters:
UserId- 电子印章所有人
-
getFileUrl
public FileUrl getFileUrl()
Get 电子印章URL- Returns:
- FileUrl 电子印章URL
-
setFileUrl
public void setFileUrl(FileUrl FileUrl)
Set 电子印章URL- Parameters:
FileUrl- 电子印章URL
-
getDefaultSeal
public Boolean getDefaultSeal()
Get 是否为默认印章,false-非默认,true-默认- Returns:
- DefaultSeal 是否为默认印章,false-非默认,true-默认
-
setDefaultSeal
public void setDefaultSeal(Boolean DefaultSeal)
Set 是否为默认印章,false-非默认,true-默认- Parameters:
DefaultSeal- 是否为默认印章,false-非默认,true-默认
-
-