public class NotaryCheckResult extends Object
| 构造器和说明 |
|---|
NotaryCheckResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockHash()
区块哈希
|
Long |
getBlockHeight()
存证所在区块高度
|
Long |
getErrorCode()
核验结果错误码
|
String |
getErrorMessage()
错误信息
|
Date |
getNotaryTime()
存证时间
|
String |
getNotaryType()
存证类型
|
String |
getPhase()
存证阶段
|
Boolean |
getResult()
核验是否成功
|
String |
getTransactionId()
存证事务ID
|
String |
getTxHash()
交易哈希
|
void |
setBlockHash(String blockHash)
区块哈希
|
void |
setBlockHeight(Long blockHeight)
存证所在区块高度
|
void |
setErrorCode(Long errorCode)
核验结果错误码
|
void |
setErrorMessage(String errorMessage)
错误信息
|
void |
setNotaryTime(Date notaryTime)
存证时间
|
void |
setNotaryType(String notaryType)
存证类型
|
void |
setPhase(String phase)
存证阶段
|
void |
setResult(Boolean result)
核验是否成功
|
void |
setTransactionId(String transactionId)
存证事务ID
|
void |
setTxHash(String txHash)
交易哈希
|
public Long getBlockHeight()
public void setBlockHeight(Long blockHeight)
public Long getErrorCode()
public void setErrorCode(Long errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public Date getNotaryTime()
public void setNotaryTime(Date notaryTime)
public String getNotaryType()
public void setNotaryType(String notaryType)
public Boolean getResult()
public void setResult(Boolean result)
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getTxHash()
public void setTxHash(String txHash)
public String getBlockHash()
public void setBlockHash(String blockHash)
public String getPhase()
public void setPhase(String phase)
Copyright © 2021. All Rights Reserved.