类 Event

java.lang.Object
org.starcoin.bean.Base
org.starcoin.bean.Event
直接已知子类:
EventFull

public class Event extends Base
  • 构造器详细资料

    • Event

      public Event()
  • 方法详细资料

    • getEventIndex

      public Long getEventIndex()
    • setEventIndex

      public void setEventIndex(Long eventIndex)
    • 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()
    • getDecodeEventData

      public Object getDecodeEventData()
    • setDecodeEventData

      public void setDecodeEventData(Object decodeEventData)
    • getTransactionGlobalIndex

      public long getTransactionGlobalIndex()
    • setTransactionGlobalIndex

      public void setTransactionGlobalIndex(long transactionGlobalIndex)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object