类 Event
java.lang.Object
org.starcoin.bean.Base
org.starcoin.bean.Event
- 直接已知子类:
EventFull
-
构造器概要
-
方法概要
修饰符和类型方法说明getData()
long
int
void
setBlockHash(String blockHash)
void
setBlockNumber(String blockNumber)
void
void
setDecodeEventData(Object decodeEventData)
void
setEventIndex(Long eventIndex)
void
setEventKey(String eventKey)
void
setEventSeqNumber(String eventSeqNumber)
void
setTransactionGlobalIndex(long transactionGlobalIndex)
void
setTransactionHash(String transactionHash)
void
setTransactionIndex(int transactionIndex)
void
setTypeTag(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
-