org.activemath.events.types
Class ReportRequestedEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.ReportRequestedEvent
- All Implemented Interfaces:
- Serializable, Comparable, InteractionEventTag, SessionEventTag, UserEventTag
public class ReportRequestedEvent
- extends ActivemathEvent
- implements InteractionEventTag
Event: Track report usage by a new specific event.
- See Also:
- Serialized Form
| Methods inherited from class org.activemath.events.ActivemathEvent |
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
ReportRequestedEvent
public ReportRequestedEvent()
ReportRequestedEvent
public ReportRequestedEvent(String reportType)
getReportType
public String getReportType()
setReportType
public void setReportType(String value)
getNumEvents
public int getNumEvents()
setNumEvents
public void setNumEvents(int value)
getNumResults
public int getNumResults()
setNumResults
public void setNumResults(int value)
getUserId
public String getUserId()
- Specified by:
getUserId in interface UserEventTag
setUserId
public void setUserId(String string)
- Specified by:
setUserId in interface UserEventTag
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface SessionEventTag
setSessionId
public void setSessionId(String string)
- Specified by:
setSessionId in interface SessionEventTag
getQueryTimeMillis
public long getQueryTimeMillis()
setQueryTimeMillis
public void setQueryTimeMillis(long queryTimeMillis)
getQuery
public String getQuery()
setQuery
public void setQuery(String query)
toString
public String toString()
- Overrides:
toString in class ActivemathEvent