Class EventNotificationResult


  • public class EventNotificationResult
    extends Object
    • Constructor Detail

      • EventNotificationResult

        public EventNotificationResult()
    • 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 com.fasterxml.jackson.databind.JsonNode getData()
      • setData

        public void setData​(com.fasterxml.jackson.databind.JsonNode 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)