Class SurveyQuestionGroupScore

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

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

    • SurveyQuestionGroupScore

      public SurveyQuestionGroupScore()
    • SurveyQuestionGroupScore

      public SurveyQuestionGroupScore(Boolean initWithEmptyList)
  • Method Details

    • questionGroupId

      public SurveyQuestionGroupScore questionGroupId(String questionGroupId)
    • getQuestionGroupId

      public String getQuestionGroupId()
    • setQuestionGroupId

      public void setQuestionGroupId(String questionGroupId)
    • totalScore

      public SurveyQuestionGroupScore totalScore(Float totalScore)
      Score of all questions in the group
    • getTotalScore

      public Float getTotalScore()
    • setTotalScore

      public void setTotalScore(Float totalScore)
    • maxTotalScore

      public SurveyQuestionGroupScore maxTotalScore(Float maxTotalScore)
      Maximum possible score of all questions in the group
    • getMaxTotalScore

      public Float getMaxTotalScore()
    • setMaxTotalScore

      public void setMaxTotalScore(Float maxTotalScore)
    • markedNA

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

      public Boolean getMarkedNA()
    • setMarkedNA

      public void setMarkedNA(Boolean markedNA)
    • systemMarkedNA

      public SurveyQuestionGroupScore 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)
    • questionScores

      public SurveyQuestionGroupScore questionScores(List<SurveyQuestionScore> questionScores)
    • getQuestionScores

      public List<SurveyQuestionScore> getQuestionScores()
    • setQuestionScores

      public void setQuestionScores(List<SurveyQuestionScore> questionScores)
    • 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