public class RecordScreenData extends Object
| 构造器和说明 |
|---|
RecordScreenData() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBlockHeight()
录屏文件存证块高
|
String |
getCertificateStorageNo()
公证处证书编号
|
String |
getCertificateUrl()
录屏文件公证处证书下载链接
|
String |
getErrorReason()
错误原因(状态为FAIL才有数据)
|
String |
getFileHash()
录屏文件Hash值
|
Long |
getFileSize()
录屏文件大小
|
Long |
getGmtEnd()
录屏结束时间
|
Long |
getGmtStart()
录屏开始时间
|
String |
getOsVersion()
OS版本号
|
ScreenInfo |
getScreenInfo()
录屏文件信息
|
String |
getScreenZip()
证据包下载地址(状态为SUCCESS 才有数据)
|
String |
getSwVersion()
录屏软件版本号
|
Long |
getTimestamp()
录屏文件上链时间
|
String |
getTsr()
可信时间戳的返回对象
|
String |
getTxHash()
统一证据编号
|
void |
setBlockHeight(Long blockHeight)
录屏文件存证块高
|
void |
setCertificateStorageNo(String certificateStorageNo)
公证处证书编号
|
void |
setCertificateUrl(String certificateUrl)
录屏文件公证处证书下载链接
|
void |
setErrorReason(String errorReason)
错误原因(状态为FAIL才有数据)
|
void |
setFileHash(String fileHash)
录屏文件Hash值
|
void |
setFileSize(Long fileSize)
录屏文件大小
|
void |
setGmtEnd(Long gmtEnd)
录屏结束时间
|
void |
setGmtStart(Long gmtStart)
录屏开始时间
|
void |
setOsVersion(String osVersion)
OS版本号
|
void |
setScreenInfo(ScreenInfo screenInfo)
录屏文件信息
|
void |
setScreenZip(String screenZip)
证据包下载地址(状态为SUCCESS 才有数据)
|
void |
setSwVersion(String swVersion)
录屏软件版本号
|
void |
setTimestamp(Long timestamp)
录屏文件上链时间
|
void |
setTsr(String tsr)
可信时间戳的返回对象
|
void |
setTxHash(String txHash)
统一证据编号
|
public String getErrorReason()
public void setErrorReason(String errorReason)
public String getFileHash()
public void setFileHash(String fileHash)
public Long getGmtEnd()
public void setGmtEnd(Long gmtEnd)
public Long getGmtStart()
public void setGmtStart(Long gmtStart)
public String getOsVersion()
public void setOsVersion(String osVersion)
public ScreenInfo getScreenInfo()
public void setScreenInfo(ScreenInfo screenInfo)
public String getScreenZip()
public void setScreenZip(String screenZip)
public String getSwVersion()
public void setSwVersion(String swVersion)
public String getTsr()
public void setTsr(String tsr)
public String getTxHash()
public void setTxHash(String txHash)
public Long getFileSize()
public void setFileSize(Long fileSize)
public Long getBlockHeight()
public void setBlockHeight(Long blockHeight)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getCertificateUrl()
public void setCertificateUrl(String certificateUrl)
public String getCertificateStorageNo()
public void setCertificateStorageNo(String certificateStorageNo)
Copyright © 2021. All Rights Reserved.