public class CheckStatusResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<CheckStatusResponse>
| 构造器和说明 |
|---|
CheckStatusResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAccepted()
核验是否通过
|
String |
getBlockHash()
返回存证所在区块哈希。
|
Long |
getBlockHeight()
返回存证所在区块高度。
|
String |
getDataType()
返回存证类型,文本/文件/原文。
|
Location |
getLocation()
返回上链时的location信息(如果存在)。
|
String |
getMessage()
核验未通过时,返回失败原因
|
String |
getPhase()
返回上链时的存证阶段信息
|
Long |
getTimestamp()
返回上链时间戳标记
|
String |
getTransactionId()
返回存证事务ID
|
void |
setAccepted(Boolean accepted)
核验是否通过
|
void |
setBlockHash(String blockHash)
返回存证所在区块哈希。
|
void |
setBlockHeight(Long blockHeight)
返回存证所在区块高度。
|
void |
setDataType(String dataType)
返回存证类型,文本/文件/原文。
|
void |
setLocation(Location location)
返回上链时的location信息(如果存在)。
|
void |
setMessage(String message)
核验未通过时,返回失败原因
|
void |
setPhase(String phase)
返回上链时的存证阶段信息
|
void |
setTimestamp(Long timestamp)
返回上链时间戳标记
|
void |
setTransactionId(String transactionId)
返回存证事务ID
|
public Boolean getAccepted()
public void setAccepted(Boolean accepted)
public String getBlockHash()
public void setBlockHash(String blockHash)
public Long getBlockHeight()
public void setBlockHeight(Long blockHeight)
public String getDataType()
public void setDataType(String dataType)
public Location getLocation()
public void setLocation(Location location)
public String getMessage()
public void setMessage(String message)
public String getPhase()
public void setPhase(String phase)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2019. All Rights Reserved.