Class ACTLogLineEvent

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

public class ACTLogLineEvent extends BaseEvent implements Compressible, HasPrimaryValue
See Also:
  • Constructor Details

    • ACTLogLineEvent

      public ACTLogLineEvent(String logLine)
    • ACTLogLineEvent

      public ACTLogLineEvent(String logLine, int lineNum)
  • Method Details

    • getLogLine

      public String getLogLine()
    • getRawFields

      public String[] getRawFields()
    • getTimestamp

      public ZonedDateTime getTimestamp()
    • getLineNum

      public int getLineNum()
    • getEmulatedActLogLine

      public String getEmulatedActLogLine()
    • getLineNumber

      public int getLineNumber()
    • compress

      public void compress()
      Specified by:
      compress in interface Compressible
    • decompress

      public void decompress()
      Specified by:
      decompress in interface Compressible
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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).