public class OverallFeedbackStats extends Object
| Constructor and Description |
|---|
OverallFeedbackStats()
Default constructor.
|
OverallFeedbackStats(long pos,
long neg,
long un,
long unique)
Construct a new feedback statistics object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getNegativeResponses()
Get the number of negative responses in the data set.
|
long |
getPositiveResponses()
Get the number of positive responses in the data set.
|
long |
getTotalResponses()
Get the number of total responses in the data set.
|
long |
getUndecidedResponses()
Get the number of undecided responses in the data set.
|
long |
getUniqueUsers()
Get the number of unique users in the data set.
|
void |
setNegativeResponses(long negativeResponses)
Set the number of negative responses in the data set.
|
void |
setPositiveResponses(long positiveResponses)
Set the number of positive responses in the data set.
|
void |
setUndecidedResponses(long undecidedResponses)
Set the number of undecided responses in the data set.
|
void |
setUniqueUsers(long uniqueUsers)
Set the number of unique users in the data set.
|
public OverallFeedbackStats()
public OverallFeedbackStats(long pos,
long neg,
long un,
long unique)
pos - number of positive responsesneg - number of negative responsesun - number of undecided responsesunique - number of unique userspublic long getTotalResponses()
public long getUniqueUsers()
public long getPositiveResponses()
public long getNegativeResponses()
public long getUndecidedResponses()
public void setPositiveResponses(long positiveResponses)
positiveResponses - public void setNegativeResponses(long negativeResponses)
negativeResponses - public void setUndecidedResponses(long undecidedResponses)
undecidedResponses - public void setUniqueUsers(long uniqueUsers)
uniqueUsers - Copyright © 2017 Jasig. All Rights Reserved.