public class GetFinanceFilenotaryResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<GetFinanceFilenotaryResponse>
| 构造器和说明 |
|---|
GetFinanceFilenotaryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileName()
存证文件名称
|
String |
getFileNotaryType()
文件存证类型
|
String |
getHashAlgorithm()
哈希算法
|
String |
getNotaryContent()
存证内容或者 oss 下载地址
|
TsrResponse |
getTsr()
可信时间戳
|
void |
setFileName(String fileName)
存证文件名称
|
void |
setFileNotaryType(String fileNotaryType)
文件存证类型
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法
|
void |
setNotaryContent(String notaryContent)
存证内容或者 oss 下载地址
|
void |
setTsr(TsrResponse tsr)
可信时间戳
|
public String getFileName()
public void setFileName(String fileName)
public String getFileNotaryType()
public void setFileNotaryType(String fileNotaryType)
public String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
public String getNotaryContent()
public void setNotaryContent(String notaryContent)
public TsrResponse getTsr()
public void setTsr(TsrResponse tsr)
Copyright © 2020. All Rights Reserved.