Package org.starcoin.bean
Class Event
- java.lang.Object
-
- org.starcoin.bean.Base
-
- org.starcoin.bean.Event
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeventCreateAddress()StringgetBlockHash()StringgetBlockNumber()StringgetData()StringgetEventKey()StringgetEventSeqNumber()StringgetTransactionHash()intgetTransactionIndex()StringgetTypeTag()voidsetBlockHash(String blockHash)voidsetBlockNumber(String blockNumber)voidsetData(String data)voidsetEventKey(String eventKey)voidsetEventSeqNumber(String eventSeqNumber)voidsetTransactionHash(String transactionHash)voidsetTransactionIndex(int transactionIndex)voidsetTypeTag(String typeTag)StringtoString()
-
-
-
Method Detail
-
getBlockHash
public String getBlockHash()
-
setBlockHash
public void setBlockHash(String blockHash)
-
getBlockNumber
public String getBlockNumber()
-
setBlockNumber
public void setBlockNumber(String blockNumber)
-
getTransactionHash
public String getTransactionHash()
-
setTransactionHash
public void setTransactionHash(String transactionHash)
-
getTransactionIndex
public int getTransactionIndex()
-
setTransactionIndex
public void setTransactionIndex(int transactionIndex)
-
getData
public String getData()
-
setData
public void setData(String data)
-
getTypeTag
public String getTypeTag()
-
setTypeTag
public void setTypeTag(String typeTag)
-
getEventKey
public String getEventKey()
-
setEventKey
public void setEventKey(String eventKey)
-
getEventSeqNumber
public String getEventSeqNumber()
-
setEventSeqNumber
public void setEventSeqNumber(String eventSeqNumber)
-
eventCreateAddress
public String eventCreateAddress()
-
-