public class RelevanceStatsReport extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description.
|
protected Long |
relevanciesCount
The relevancies count.
|
protected List<RelevanceStatsEntity> |
userStats
The user stats.
|
| Constructor and Description |
|---|
RelevanceStatsReport(Long relevanciesCount,
List<RelevanceStatsEntity> userStats)
Instantiates a new relevance stats repost.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAllRelevanciesCount()
Gets all relevancies count.
|
String |
getDescription()
Gets the description.
|
List<RelevanceStatsEntity> |
getUserStats()
Gets participated user stats.
|
void |
setDescription(String description)
Sets the description.
|
protected Long relevanciesCount
protected String description
protected List<RelevanceStatsEntity> userStats
public RelevanceStatsReport(Long relevanciesCount, List<RelevanceStatsEntity> userStats)
relevanciesCount - the relevancies countuserStats - the user statspublic long getAllRelevanciesCount()
public String getDescription()
public void setDescription(String description)
description - the new descriptionpublic List<RelevanceStatsEntity> getUserStats()
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.