public class Seal extends AbstractModel
Constructor and Description |
---|
Seal() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedOn()
Get 电子印章创建时间戳
|
Caller |
getCreator()
Get 电子印章创建者
|
Boolean |
getDefaultSeal()
Get 是否为默认印章,false-非默认,true-默认
|
FileUrl |
getFileUrl()
Get 电子印章URL
|
String |
getSealId()
Get 电子印章ID
|
String |
getSealName()
Get 电子印章名称
|
String |
getSealSource()
Get 电子印章来源:
CREATE - 通过图片上传
GENERATE - 通过文字生成
|
String |
getSealType()
Get 电子印章类型
|
String |
getUserId()
Get 电子印章所有人
|
void |
setCreatedOn(Long CreatedOn)
Set 电子印章创建时间戳
|
void |
setCreator(Caller Creator)
Set 电子印章创建者
|
void |
setDefaultSeal(Boolean DefaultSeal)
Set 是否为默认印章,false-非默认,true-默认
|
void |
setFileUrl(FileUrl FileUrl)
Set 电子印章URL
|
void |
setSealId(String SealId)
Set 电子印章ID
|
void |
setSealName(String SealName)
Set 电子印章名称
|
void |
setSealSource(String SealSource)
Set 电子印章来源:
CREATE - 通过图片上传
GENERATE - 通过文字生成
|
void |
setSealType(String SealType)
Set 电子印章类型
|
void |
setUserId(String UserId)
Set 电子印章所有人
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Seal()
public Seal(Seal source)
public String getSealId()
public void setSealId(String SealId)
SealId
- 电子印章IDpublic String getSealName()
public void setSealName(String SealName)
SealName
- 电子印章名称public String getSealType()
public void setSealType(String SealType)
SealType
- 电子印章类型public String getSealSource()
public void setSealSource(String SealSource)
SealSource
- 电子印章来源:
CREATE - 通过图片上传
GENERATE - 通过文字生成public Caller getCreator()
public void setCreator(Caller Creator)
Creator
- 电子印章创建者public Long getCreatedOn()
public void setCreatedOn(Long CreatedOn)
CreatedOn
- 电子印章创建时间戳public String getUserId()
public void setUserId(String UserId)
UserId
- 电子印章所有人public FileUrl getFileUrl()
public void setFileUrl(FileUrl FileUrl)
FileUrl
- 电子印章URLpublic Boolean getDefaultSeal()
public void setDefaultSeal(Boolean DefaultSeal)
DefaultSeal
- 是否为默认印章,false-非默认,true-默认Copyright © 2022. All rights reserved.