public class CreateFinanceFilenotaryRequest extends cn.com.antcloud.api.product.provider.AntCloudProdProviderRequest<CreateFinanceFilenotaryResponse>
| 构造器和说明 |
|---|
CreateFinanceFilenotaryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCertNo()
反欺诈需要的证件号码
|
Long |
getCreatedDate()
创建日期,时间戳类型,单位毫秒
|
String |
getFileName()
存证文件名称
|
String |
getFileNotaryType()
文件存证类型,支持小于 1M 源文件或者文件哈希
|
Long |
getFileSize()
文件大小,单位 Bytes
|
String |
getFileType()
文件类型
|
String |
getFileUrl()
文件地址
|
String |
getHashAlgorithm()
哈希算法
|
Location |
getLocation()
位置信息
|
String |
getMobile()
反欺诈查询需要的手机号
|
String |
getNotaryContent()
文件存证内容
|
String |
getPhase()
存证阶段
|
String |
getProperties()
扩展属性,用户可自行维护
|
String |
getThirdMessageId()
本次请求的唯一ID
|
String |
getTransactionId()
存证事务ID
|
Boolean |
getTsr()
是否使用可信时间戳
|
String |
getUserName()
反欺诈查询需要的证件上的姓名
|
void |
setCertNo(String certNo)
反欺诈需要的证件号码
|
void |
setCreatedDate(Long createdDate)
创建日期,时间戳类型,单位毫秒
|
void |
setFileName(String fileName)
存证文件名称
|
void |
setFileNotaryType(String fileNotaryType)
文件存证类型,支持小于 1M 源文件或者文件哈希
|
void |
setFileSize(Long fileSize)
文件大小,单位 Bytes
|
void |
setFileType(String fileType)
文件类型
|
void |
setFileUrl(String fileUrl)
文件地址
|
void |
setHashAlgorithm(String hashAlgorithm)
哈希算法
|
void |
setLocation(Location location)
位置信息
|
void |
setMobile(String mobile)
反欺诈查询需要的手机号
|
void |
setNotaryContent(String notaryContent)
文件存证内容
|
void |
setPhase(String phase)
存证阶段
|
void |
setProperties(String properties)
扩展属性,用户可自行维护
|
void |
setThirdMessageId(String thirdMessageId)
本次请求的唯一ID
|
void |
setTransactionId(String transactionId)
存证事务ID
|
void |
setTsr(Boolean tsr)
是否使用可信时间戳
|
void |
setUserName(String userName)
反欺诈查询需要的证件上的姓名
|
public String getCertNo()
public void setCertNo(String certNo)
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 Long getFileSize()
public void setFileSize(Long 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 getMobile()
public void setMobile(String mobile)
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 getThirdMessageId()
public void setThirdMessageId(String thirdMessageId)
public String getTransactionId()
public void setTransactionId(String transactionId)
public Boolean getTsr()
public void setTsr(Boolean tsr)
public String getUserName()
public void setUserName(String userName)
Copyright © 2020. All Rights Reserved.