Class ActWsJsonMsg

java.lang.Object
gg.xp.reevent.events.BaseEvent
gg.xp.xivsupport.events.ws.ActWsJsonMsg
All Implemented Interfaces:
Event, HasPrimaryValue, Serializable

public class ActWsJsonMsg extends BaseEvent implements HasPrimaryValue
See Also:
  • Constructor Details

    • ActWsJsonMsg

      public ActWsJsonMsg(@Nullable @Nullable String type, @Nullable @Nullable Object rseq, com.fasterxml.jackson.databind.JsonNode json)
  • Method Details

    • getType

      @Nullable public @Nullable String getType()
    • getJson

      public com.fasterxml.jackson.databind.JsonNode getJson()
    • setPumpFinishedAt

      public void setPumpFinishedAt(Instant pumpedAt)
      Specified by:
      setPumpFinishedAt in interface Event
      Overrides:
      setPumpFinishedAt in class BaseEvent
    • getRseq

      @Nullable public @Nullable Object getRseq()
    • getPrimaryValue

      public String getPrimaryValue()
      Specified by:
      getPrimaryValue in interface HasPrimaryValue
      Returns:
      A text description of this object. Should be user-friendly and not over-the-top technical (fine-grained details belong in other fields, or in the Object.toString() method).