Package org.starcoin.bean
Class EventFull
- java.lang.Object
-
- org.starcoin.bean.Base
-
- org.starcoin.bean.Event
-
- org.starcoin.bean.EventFull
-
public class EventFull extends Event
-
-
Constructor Summary
Constructors Constructor Description EventFull()
-
Method Summary
All Methods Instance Methods Concrete Methods 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
eventCreateAddress, getBlockHash, getBlockNumber, getData, getDecodeEventData, getEventIndex, getEventKey, getEventSeqNumber, getTransactionGlobalIndex, getTransactionHash, getTransactionIndex, getTypeTag, setBlockHash, setBlockNumber, setData, setDecodeEventData, setEventIndex, setEventKey, setEventSeqNumber, setTransactionGlobalIndex, setTransactionHash, setTransactionIndex, setTypeTag
-
-
-
-
Method Detail
-
getEventAddress
public String getEventAddress()
-
setEventAddress
public void setEventAddress(String eventAddress)
-
getTagAddress
public String getTagAddress()
-
setTagAddress
public void setTagAddress(String tagAddress)
-
getTagModule
public String getTagModule()
-
setTagModule
public void setTagModule(String tagModule)
-
getTagName
public String getTagName()
-
setTagName
public void setTagName(String tagName)
-
getTimestamp
public long getTimestamp()
-
setTimestamp
public void setTimestamp(long timestamp)
-
-