Class Event

java.lang.Object
io.gs2.deploy.model.Event
All Implemented Interfaces:
IModel, Serializable, Comparable<Event>

public class Event extends Object implements IModel, Serializable, Comparable<Event>
See Also:
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • withEventId

      public Event withEventId(String eventId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Event withName(String name)
    • getResourceName

      public String getResourceName()
    • setResourceName

      public void setResourceName(String resourceName)
    • withResourceName

      public Event withResourceName(String resourceName)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • withType

      public Event withType(String type)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • withMessage

      public Event withMessage(String message)
    • getEventAt

      public Long getEventAt()
    • setEventAt

      public void setEventAt(Long eventAt)
    • withEventAt

      public Event withEventAt(Long eventAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Event withRevision(Long revision)
    • fromJson

      public static Event fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(Event o)
      Specified by:
      compareTo in interface Comparable<Event>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object