public class QAStatistics
extends java.lang.Object
Constructor and Description |
---|
QAStatistics() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAnswerHelpfulVoteCount() |
java.lang.Integer |
getAnswerNotHelpfulVoteCount() |
java.lang.Integer |
getBestAnswerCount() |
DistributionElement |
getContextDataDistribution() |
java.lang.Integer |
getFeaturedAnswerCount() |
java.lang.Integer |
getFeaturedQuestionCount() |
java.util.Date |
getFirstAnswerDate() |
java.util.Date |
getFirstQuestionDate() |
java.lang.Integer |
getHelpfulVoteCount() |
java.util.Date |
getLastAnswerDate() |
java.util.Date |
getLastQuestionAnswerDate() |
java.util.Date |
getLastQuestionDate() |
java.lang.Integer |
getQuestionHelpfulVoteCount() |
java.lang.Integer |
getQuestionNotHelpfulVoteCount() |
DistributionElement |
getTagDistribution() |
java.lang.Integer |
getTotalAnswerCount() |
java.lang.Integer |
getTotalQuestionCount() |
public java.lang.Integer getHelpfulVoteCount()
public java.lang.Integer getBestAnswerCount()
public java.lang.Integer getQuestionHelpfulVoteCount()
public java.lang.Integer getTotalAnswerCount()
public java.lang.Integer getAnswerNotHelpfulVoteCount()
public java.lang.Integer getTotalQuestionCount()
public java.lang.Integer getQuestionNotHelpfulVoteCount()
public java.lang.Integer getFeaturedQuestionCount()
public java.lang.Integer getFeaturedAnswerCount()
public java.lang.Integer getAnswerHelpfulVoteCount()
public DistributionElement getTagDistribution()
public DistributionElement getContextDataDistribution()
public java.util.Date getLastQuestionAnswerDate()
public java.util.Date getFirstAnswerDate()
public java.util.Date getLastQuestionDate()
public java.util.Date getLastAnswerDate()
public java.util.Date getFirstQuestionDate()