Class EventFull

java.lang.Object
org.starcoin.bean.Event
org.starcoin.bean.EventFull

public class EventFull
extends Event
  • Constructor Details

    • EventFull

      public EventFull()
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Event