Package org.starcoin.bean
Class EventNotificationResult
java.lang.Object
org.starcoin.bean.EventNotificationResult
public class EventNotificationResult extends Object
-
Constructor Summary
Constructors Constructor Description EventNotificationResult() -
Method Summary
Modifier and Type Method Description 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()
-
Constructor Details
-
EventNotificationResult
public EventNotificationResult()
-
-
Method Details
-
getBlockHash
-
setBlockHash
-
getBlockNumber
-
setBlockNumber
-
getTransactionHash
-
setTransactionHash
-
getTransactionIndex
public int getTransactionIndex() -
setTransactionIndex
public void setTransactionIndex(int transactionIndex) -
getData
-
setData
-
getTypeTag
-
setTypeTag
-
getEventKey
-
setEventKey
-
getEventSeqNumber
-
setEventSeqNumber
-
toString
-