Package org.starcoin.bean
Class EventFull
java.lang.Object
org.starcoin.bean.Event
org.starcoin.bean.EventFull
public class EventFull extends Event
-
Constructor Summary
Constructors Constructor Description EventFull() -
Method Summary
Modifier and Type Method Description StringgetEventAddress()StringgetTagAddress()StringgetTagModule()StringgetTagName()longgetTimestamp()voidsetEventAddress(String eventAddress)voidsetTagAddress(String tagAddress)voidsetTagModule(String tagModule)voidsetTagName(String tagName)voidsetTimestamp(long timestamp)StringtoString()Methods inherited from class org.starcoin.bean.Event
getBlockHash, getBlockNumber, getData, getEventKey, getEventSeqNumber, getTransactionHash, getTransactionIndex, getTypeTag, setBlockHash, setBlockNumber, setData, setEventKey, setEventSeqNumber, setTransactionHash, setTransactionIndex, setTypeTag
-
Constructor Details
-
EventFull
public EventFull()
-
-
Method Details