Class SurveyQuestionScore

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

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

    • SurveyQuestionScore

      public SurveyQuestionScore()
    • SurveyQuestionScore

      public SurveyQuestionScore(Boolean initWithEmptyList)
  • Method Details

    • questionId

      public SurveyQuestionScore questionId(String questionId)
    • getQuestionId

      public String getQuestionId()
    • setQuestionId

      public void setQuestionId(String questionId)
    • answerId

      public SurveyQuestionScore answerId(String answerId)
    • getAnswerId

      public String getAnswerId()
    • setAnswerId

      public void setAnswerId(String answerId)
    • score

      public SurveyQuestionScore score(Integer score)
      Unweighted score of the question
    • getScore

      public Integer getScore()
    • setScore

      public void setScore(Integer score)
    • markedNA

      public SurveyQuestionScore markedNA(Boolean markedNA)
      True when the evaluation is submitted with a question that does not have an answer. Only allowed when naEnabled is true or if set by the system
    • getMarkedNA

      public Boolean getMarkedNA()
    • setMarkedNA

      public void setMarkedNA(Boolean markedNA)
    • systemMarkedNA

      public SurveyQuestionScore systemMarkedNA(Boolean systemMarkedNA)
      If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions. Always false if markedNA is false.
    • getSystemMarkedNA

      public Boolean getSystemMarkedNA()
    • setSystemMarkedNA

      public void setSystemMarkedNA(Boolean systemMarkedNA)
    • assistedAnswerId

      public SurveyQuestionScore assistedAnswerId(String assistedAnswerId)
      AnswerId found with evaluation assistance conditions
    • getAssistedAnswerId

      public String getAssistedAnswerId()
    • setAssistedAnswerId

      public void setAssistedAnswerId(String assistedAnswerId)
    • npsScore

      public SurveyQuestionScore npsScore(Integer npsScore)
    • getNpsScore

      public Integer getNpsScore()
    • setNpsScore

      public void setNpsScore(Integer npsScore)
    • npsTextAnswer

      public SurveyQuestionScore npsTextAnswer(String npsTextAnswer)
    • getNpsTextAnswer

      public String getNpsTextAnswer()
    • setNpsTextAnswer

      public void setNpsTextAnswer(String npsTextAnswer)
    • freeTextAnswer

      public SurveyQuestionScore freeTextAnswer(String freeTextAnswer)
    • getFreeTextAnswer

      public String getFreeTextAnswer()
    • setFreeTextAnswer

      public void setFreeTextAnswer(String freeTextAnswer)
    • 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