Class GoogleAnalyticsEvent

java.lang.Object
org.dspace.google.GoogleAnalyticsEvent

public final class GoogleAnalyticsEvent extends Object
This is a dataholder class for an individual event to be sent to Google Analaytics
Author:
April Herron
  • Constructor Details

  • Method Details

    • getClientId

      public String getClientId()
    • getUserIp

      public String getUserIp()
    • getUserAgent

      public String getUserAgent()
    • getDocumentReferrer

      public String getDocumentReferrer()
    • getDocumentPath

      public String getDocumentPath()
    • getDocumentTitle

      public String getDocumentTitle()
    • getTime

      public long getTime()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object