Package org.dspace.google
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetClientId()StringgetDocumentPath()StringgetDocumentReferrer()StringgetDocumentTitle()longgetTime()StringgetUserAgent()StringgetUserIp()inthashCode()StringtoString()
-
-
-
Method Detail
-
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()
-
-