public class CreateFinanceFilenotaryRequest extends cn.com.antcloud.api.product.provider.AntCloudProdProviderRequest<CreateFinanceFilenotaryResponse>
| 构造器和说明 |
|---|
CreateFinanceFilenotaryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreatedDate()
创建日期
|
String |
getFileName()
文件名称
|
String |
getFileNotaryType()
文件存证类型,支持小于 1M 源文件或者文件哈希
|
String |
getFileSize()
文件大小,单位 Bytes
|
String |
getFileType()
文件类型
|
String |
getFileUrl()
文件地址
|
String |
getHashAlgorithm()
哈希算法
|
Location |
getLocation()
位置信息
|
String |
getNotaryContent()
文件存证内容
|
String |
getPhase()
存证阶段
|
String |
getProperties()
扩展属性,用户可自行维护
|
String |
getTransactionId()
存证事务ID
|
Boolean |
getTsr()
是否使用可信时间戳
|
void |
setCreatedDate(Long createdDate)
创建日期
|
void |
setFileName(String fileName)
文件名称
|
void |
setFileNotaryType(String fileNotaryType)
文件存证类型,支持小于 1M 源文件或者文件哈希
|
void |
setFileSize(String fileSize)
文件大小,单位 Bytes
|
void |
setFileType(String fileType)
文件类型
|
void |
setFileUrl(String fileUrl)
文件地址
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法
|
void |
setLocation(Location location)
位置信息
|
void |
setNotaryContent(String notaryContent)
文件存证内容
|
void |
setPhase(String phase)
存证阶段
|
void |
setProperties(String properties)
扩展属性,用户可自行维护
|
void |
setTransactionId(String transactionId)
存证事务ID
|
void |
setTsr(Boolean tsr)
是否使用可信时间戳
|
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public String getFileName()
public void setFileName(String fileName)
public String getFileNotaryType()
public void setFileNotaryType(String fileNotaryType)
public String getFileSize()
public void setFileSize(String fileSize)
public String getFileType()
public void setFileType(String fileType)
public String getFileUrl()
public void setFileUrl(String fileUrl)
public String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
public Location getLocation()
public void setLocation(Location location)
public String getNotaryContent()
public void setNotaryContent(String notaryContent)
public String getPhase()
public void setPhase(String phase)
public String getProperties()
public void setProperties(String properties)
public String getTransactionId()
public void setTransactionId(String transactionId)
public Boolean getTsr()
public void setTsr(Boolean tsr)
Copyright © 2019. All Rights Reserved.