public class GetFileResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<GetFileResponse>
| 构造器和说明 |
|---|
GetFileResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileHash()
文件哈希,当 file_notary_type 为 FILE_HASH 时才有此值。
|
String |
getFileNotaryType()
文件存证模式,有 FILE_RAW 和 FILE_HASH 两种可能值。
|
String |
getHashAlgorithm()
哈希算法,当 file_notary_type 为 FILE_HASH 时,此返回值才有效。
|
String |
getOssPath()
文件下载地址,当 file_notary_type 为 FILE_RAW 时才有此值。
|
void |
setFileHash(String fileHash)
文件哈希,当 file_notary_type 为 FILE_HASH 时才有此值。
|
void |
setFileNotaryType(String fileNotaryType)
文件存证模式,有 FILE_RAW 和 FILE_HASH 两种可能值。
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法,当 file_notary_type 为 FILE_HASH 时,此返回值才有效。
|
void |
setOssPath(String ossPath)
文件下载地址,当 file_notary_type 为 FILE_RAW 时才有此值。
|
public String getFileHash()
public void setFileHash(String fileHash)
public String getFileNotaryType()
public void setFileNotaryType(String fileNotaryType)
public String getHashAlgorithm()
public void setHashAlgorithm(String hashAlgorithm)
public String getOssPath()
public void setOssPath(String ossPath)
Copyright © 2020. All Rights Reserved.