Class UnansweredPhrase

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

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

    • UnansweredPhrase

      public UnansweredPhrase()
    • UnansweredPhrase

      public UnansweredPhrase(Boolean initWithEmptyList)
  • Method Details

    • id

      public UnansweredPhrase id(String id)
      Id of an unanswered phrase
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • text

      public UnansweredPhrase text(String text)
      Phrase text of an unanswered phrase
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • unlinkedPhraseHitCount

      public UnansweredPhrase unlinkedPhraseHitCount(Integer unlinkedPhraseHitCount)
      Hit count of an unlinked phrase
    • getUnlinkedPhraseHitCount

      public Integer getUnlinkedPhraseHitCount()
    • setUnlinkedPhraseHitCount

      public void setUnlinkedPhraseHitCount(Integer unlinkedPhraseHitCount)
    • 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