Package com.mypurecloud.sdk.v2.model
Class KnowledgeGroupStatistics
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGroupStatistics
- All Implemented Interfaces:
Serializable
KnowledgeGroupStatistics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTotalPhraseHitCount(Integer totalPhraseHitCount) voidsetUnlinkedPhraseCount(Integer unlinkedPhraseCount) voidsetUnlinkedPhraseHitCount(Integer unlinkedPhraseHitCount) toString()totalPhraseHitCount(Integer totalPhraseHitCount) Total number of phrase hit counts of an unanswered groupunlinkedPhraseCount(Integer unlinkedPhraseCount) Knowledge Group unique phrase countunlinkedPhraseHitCount(Integer unlinkedPhraseHitCount) Knowledge Group unlinked phrases hit count
-
Constructor Details
-
KnowledgeGroupStatistics
public KnowledgeGroupStatistics() -
KnowledgeGroupStatistics
-
-
Method Details
-
unlinkedPhraseCount
Knowledge Group unique phrase count -
getUnlinkedPhraseCount
-
setUnlinkedPhraseCount
-
unlinkedPhraseHitCount
Knowledge Group unlinked phrases hit count -
getUnlinkedPhraseHitCount
-
setUnlinkedPhraseHitCount
-
totalPhraseHitCount
Total number of phrase hit counts of an unanswered group -
getTotalPhraseHitCount
-
setTotalPhraseHitCount
-
equals
-
hashCode
public int hashCode() -
toString
-