类 Event
java.lang.Object
org.starcoin.bean.Base
org.starcoin.bean.Event
- 直接已知子类:
EventFull
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getData()longintvoidsetBlockHash(String blockHash)voidsetBlockNumber(String blockNumber)voidvoidsetDecodeEventData(Object decodeEventData)voidsetEventIndex(Long eventIndex)voidsetEventKey(String eventKey)voidsetEventSeqNumber(String eventSeqNumber)voidsetTransactionGlobalIndex(long transactionGlobalIndex)voidsetTransactionHash(String transactionHash)voidsetTransactionIndex(int transactionIndex)voidsetTypeTag(String typeTag)toString()
-
构造器详细资料
-
Event
public Event()
-
-
方法详细资料
-
getEventIndex
-
setEventIndex
-
getBlockHash
-
setBlockHash
-
getBlockNumber
-
setBlockNumber
-
getTransactionHash
-
setTransactionHash
-
getTransactionIndex
public int getTransactionIndex() -
setTransactionIndex
public void setTransactionIndex(int transactionIndex) -
getData
-
setData
-
getTypeTag
-
setTypeTag
-
getEventKey
-
setEventKey
-
getEventSeqNumber
-
setEventSeqNumber
-
eventCreateAddress
-
getDecodeEventData
-
setDecodeEventData
-
getTransactionGlobalIndex
public long getTransactionGlobalIndex() -
setTransactionGlobalIndex
public void setTransactionGlobalIndex(long transactionGlobalIndex) -
toString
-