@Entity(name="SmartActivityRelevancyStats") public class RelevanceStatsEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected SimpleDateFormat |
dateFormat
The date format.
|
protected Long |
irrelevantCount
The irrelevant count.
|
protected Date |
lastDate
The update date.
|
protected Long |
neutralCount
The neutral count.
|
protected Long |
relevantCount
The relevant count.
|
protected String |
userId
The user id.
|
| Constructor and Description |
|---|
RelevanceStatsEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getIrrelevantCount()
Gets the irrelevant count.
|
Long |
getNeutralCount()
Gets the neutral count.
|
Long |
getRelevantCount()
Gets the relevant count.
|
Long |
getTotalCount()
Gets the total count.
|
String |
getUpdateDate()
Gets the last update date.
|
String |
getUserId()
Gets the user id.
|
String |
toString()
Converts the RelevanceEntity to the String.
|
protected final SimpleDateFormat dateFormat
protected String userId
protected Long relevantCount
protected Long irrelevantCount
protected Long neutralCount
protected Date lastDate
public String getUserId()
public Long getTotalCount()
public Long getRelevantCount()
public Long getIrrelevantCount()
public Long getNeutralCount()
public String getUpdateDate()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.