Class AssessmentQuestionGroupScore

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

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

    • AssessmentQuestionGroupScore

      public AssessmentQuestionGroupScore()
    • AssessmentQuestionGroupScore

      public AssessmentQuestionGroupScore(Boolean initWithEmptyList)
  • Method Details

    • questionGroupId

      public AssessmentQuestionGroupScore questionGroupId(String questionGroupId)
      The ID of the question group
    • getQuestionGroupId

      public String getQuestionGroupId()
    • setQuestionGroupId

      public void setQuestionGroupId(String questionGroupId)
    • getTotalScore

      public Float getTotalScore()
    • getMaxTotalScore

      public Float getMaxTotalScore()
    • markedNA

      public AssessmentQuestionGroupScore markedNA(Boolean markedNA)
      True if this question group is marked NA
    • getMarkedNA

      public Boolean getMarkedNA()
    • setMarkedNA

      public void setMarkedNA(Boolean markedNA)
    • systemMarkedNA

      public AssessmentQuestionGroupScore 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)
    • getTotalCriticalScore

      public Float getTotalCriticalScore()
    • getMaxTotalCriticalScore

      public Float getMaxTotalCriticalScore()
    • getTotalNonCriticalScore

      public Float getTotalNonCriticalScore()
    • getMaxTotalNonCriticalScore

      public Float getMaxTotalNonCriticalScore()
    • getTotalScoreUnweighted

      public Float getTotalScoreUnweighted()
    • getMaxTotalScoreUnweighted

      public Float getMaxTotalScoreUnweighted()
    • getTotalCriticalScoreUnweighted

      public Float getTotalCriticalScoreUnweighted()
    • getMaxTotalCriticalScoreUnweighted

      public Float getMaxTotalCriticalScoreUnweighted()
    • getTotalNonCriticalScoreUnweighted

      public Float getTotalNonCriticalScoreUnweighted()
    • getMaxTotalNonCriticalScoreUnweighted

      public Float getMaxTotalNonCriticalScoreUnweighted()
    • questionScores

      public AssessmentQuestionGroupScore questionScores(List<AssessmentQuestionScore> questionScores)
      The individual question scores
    • getQuestionScores

      public List<AssessmentQuestionScore> getQuestionScores()
    • setQuestionScores

      public void setQuestionScores(List<AssessmentQuestionScore> 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