@Entity(name="SmartActivityFocus") public class ActivityFocusEntity extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId
The activity id.
|
protected Long |
appHits
The app hits.
|
protected Long |
contentHits
The content hits.
|
protected Long |
contentShown
The content show time.
|
static int |
CONTINOUS_SESSION_TIME |
protected Long |
convoHits
The convo hits.
|
protected Long |
convoShown
The conversation show time.
|
protected Long |
initTime
The initialization time.
|
protected Long |
linkHits
The link hits.
|
protected Long |
profileHits
The profile hits.
|
protected Long |
startTime
The start time.
|
protected Long |
stopTime
The stop time.
|
protected Long |
totalShown
The total show time.
|
static String |
TRACKER_VERSION
The Constant TRACKER_VERSION.
|
protected String |
trackerVersion
The tracker version.
|
protected String |
userId
The user id.
|
| Constructor and Description |
|---|
ActivityFocusEntity()
Instantiates a new activity focus.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
Gets the activity id.
|
Long |
getAppHits()
Gets the app hits.
|
Long |
getContentHits()
Gets the content hits.
|
Long |
getContentShown()
Gets the content show.
|
Long |
getConvoHits()
Gets the convo hits.
|
Long |
getConvoShown()
Gets the convo show.
|
FocusId |
getId()
Gets the id.
|
Long |
getInitTime()
Gets the inits the time.
|
Long |
getLinkHits()
Gets the link hits.
|
Long |
getProfileHits()
Gets the profile hits.
|
Long |
getStartTime()
Gets the start time.
|
Long |
getStopTime()
Gets the stop time.
|
Long |
getTotalShown()
Gets the total show.
|
String |
getTrackerVersion()
Gets the tracker version.
|
String |
getUserId()
Gets the user id.
|
boolean |
isReady()
Checks if is save time.
|
void |
readExternal(ObjectInput in) |
void |
setActivityId(String activityId)
Sets the activity id.
|
void |
setAppHits(Long appHits)
Sets the app hits.
|
void |
setContentHits(Long contentHits)
Sets the content hits.
|
void |
setContentShown(Long contentShow)
Sets the content show.
|
void |
setConvoHits(Long convoHits)
Sets the convo hits.
|
void |
setConvoShown(Long convoShow)
Sets the convo show.
|
void |
setLinkHits(Long linkHits)
Sets the link hits.
|
void |
setProfileHits(Long profileHits)
Sets the profile hits.
|
void |
setStartTime(Long startTime)
Sets the start time.
|
void |
setStopTime(Long stopTime)
Sets the stop time.
|
void |
setTotalShown(Long totalShow)
Sets the total show.
|
void |
setTrackerVersion(String trackerVersion)
Sets the tracker version.
|
void |
setUserId(String userId)
Sets the user id.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final int CONTINOUS_SESSION_TIME
public static final String TRACKER_VERSION
protected String userId
protected String activityId
protected Long startTime
protected Long stopTime
protected Long totalShown
protected Long contentShown
protected Long convoShown
protected Long contentHits
protected Long convoHits
protected Long appHits
protected Long profileHits
protected Long linkHits
protected String trackerVersion
protected transient Long initTime
public ActivityFocusEntity()
public String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic String getActivityId()
public void setActivityId(String activityId)
activityId - the activityId to setpublic Long getStartTime()
public void setStartTime(Long startTime)
startTime - the startTime to setpublic Long getStopTime()
public void setStopTime(Long stopTime)
stopTime - the stopTime to setpublic Long getTotalShown()
public void setTotalShown(Long totalShow)
totalShow - the totalShow to setpublic Long getContentShown()
public void setContentShown(Long contentShow)
contentShow - the contentShow to setpublic Long getConvoShown()
public void setConvoShown(Long convoShow)
convoShow - the convoShow to setpublic Long getContentHits()
public void setContentHits(Long contentHits)
contentHits - the contentHits to setpublic Long getConvoHits()
public void setConvoHits(Long convoHits)
convoHits - the convoHits to setpublic Long getAppHits()
public void setAppHits(Long appHits)
appHits - the appHits to setpublic Long getProfileHits()
public void setProfileHits(Long profileHits)
profileHits - the profileHits to setpublic Long getLinkHits()
public void setLinkHits(Long linkHits)
linkHits - the linkHits to setpublic String getTrackerVersion()
public void setTrackerVersion(String trackerVersion)
trackerVersion - the trackerVersion to setpublic Long getInitTime()
public boolean isReady()
public FocusId getId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.