类 EventFull


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

    • EventFull

      public EventFull()
  • 方法详细资料

    • 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()
      覆盖:
      toString 在类中 Event