类 EventNotificationResult
java.lang.Object
org.starcoin.bean.EventNotificationResult
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.fasterxml.jackson.databind.JsonNodegetData()intvoidsetBlockHash(String blockHash)voidsetBlockNumber(String blockNumber)voidsetData(com.fasterxml.jackson.databind.JsonNode data)voidsetEventKey(String eventKey)voidsetEventSeqNumber(String eventSeqNumber)voidsetTransactionHash(String transactionHash)voidsetTransactionIndex(int transactionIndex)voidsetTypeTag(String typeTag)toString()
-
构造器详细资料
-
EventNotificationResult
public EventNotificationResult()
-
-
方法详细资料
-
getBlockHash
-
setBlockHash
-
getBlockNumber
-
setBlockNumber
-
getTransactionHash
-
setTransactionHash
-
getTransactionIndex
public int getTransactionIndex() -
setTransactionIndex
public void setTransactionIndex(int transactionIndex) -
getData
public com.fasterxml.jackson.databind.JsonNode getData() -
setData
public void setData(com.fasterxml.jackson.databind.JsonNode data) -
getTypeTag
-
setTypeTag
-
getEventKey
-
setEventKey
-
getEventSeqNumber
-
setEventSeqNumber
-
toString
-