Class AssessmentQuestionScore

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

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

    • AssessmentQuestionScore

      public AssessmentQuestionScore()
    • AssessmentQuestionScore

      public AssessmentQuestionScore(Boolean initWithEmptyList)
  • Method Details

    • getFailedKillQuestion

      public Boolean getFailedKillQuestion()
    • comments

      public AssessmentQuestionScore comments(String comments)
      Comments provided for the answer
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • questionId

      public AssessmentQuestionScore questionId(String questionId)
      The ID of the question
    • getQuestionId

      public String getQuestionId()
    • setQuestionId

      public void setQuestionId(String questionId)
    • answerId

      public AssessmentQuestionScore answerId(String answerId)
      The ID of the selected answer
    • getAnswerId

      public String getAnswerId()
    • setAnswerId

      public void setAnswerId(String answerId)
    • getScore

      public Integer getScore()
    • markedNA

      public AssessmentQuestionScore markedNA(Boolean markedNA)
      True if this question was marked as NA
    • getMarkedNA

      public Boolean getMarkedNA()
    • setMarkedNA

      public void setMarkedNA(Boolean markedNA)
    • systemMarkedNA

      public AssessmentQuestionScore 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)
    • freeTextAnswer

      public AssessmentQuestionScore freeTextAnswer(String freeTextAnswer)
      Answer for free text answer type
    • 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