Class KnowledgeGroupStatistics

java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGroupStatistics
All Implemented Interfaces:
Serializable

public class KnowledgeGroupStatistics extends Object implements Serializable
KnowledgeGroupStatistics
See Also:
  • Constructor Details

    • KnowledgeGroupStatistics

      public KnowledgeGroupStatistics()
    • KnowledgeGroupStatistics

      public KnowledgeGroupStatistics(Boolean initWithEmptyList)
  • Method Details

    • unlinkedPhraseCount

      public KnowledgeGroupStatistics unlinkedPhraseCount(Integer unlinkedPhraseCount)
      Knowledge Group unique phrase count
    • getUnlinkedPhraseCount

      public Integer getUnlinkedPhraseCount()
    • setUnlinkedPhraseCount

      public void setUnlinkedPhraseCount(Integer unlinkedPhraseCount)
    • unlinkedPhraseHitCount

      public KnowledgeGroupStatistics unlinkedPhraseHitCount(Integer unlinkedPhraseHitCount)
      Knowledge Group unlinked phrases hit count
    • getUnlinkedPhraseHitCount

      public Integer getUnlinkedPhraseHitCount()
    • setUnlinkedPhraseHitCount

      public void setUnlinkedPhraseHitCount(Integer unlinkedPhraseHitCount)
    • totalPhraseHitCount

      public KnowledgeGroupStatistics totalPhraseHitCount(Integer totalPhraseHitCount)
      Total number of phrase hit counts of an unanswered group
    • getTotalPhraseHitCount

      public Integer getTotalPhraseHitCount()
    • setTotalPhraseHitCount

      public void setTotalPhraseHitCount(Integer totalPhraseHitCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object