Package com.mypurecloud.sdk.v2.model
Class AssessmentQuestionGroupScore
java.lang.Object
com.mypurecloud.sdk.v2.model.AssessmentQuestionGroupScore
- All Implemented Interfaces:
Serializable
AssessmentQuestionGroupScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()True if this question group is marked NAquestionGroupId(String questionGroupId) The ID of the question groupquestionScores(List<AssessmentQuestionScore> questionScores) The individual question scoresvoidsetMarkedNA(Boolean markedNA) voidsetQuestionGroupId(String questionGroupId) voidsetQuestionScores(List<AssessmentQuestionScore> questionScores) voidsetSystemMarkedNA(Boolean systemMarkedNA) systemMarkedNA(Boolean systemMarkedNA) If markedNA is true, systemMarkedNA indicates whether it was marked by a user or by the system due to visibility conditions.toString()
-
Constructor Details
-
AssessmentQuestionGroupScore
public AssessmentQuestionGroupScore() -
AssessmentQuestionGroupScore
-
-
Method Details
-
questionGroupId
The ID of the question group -
getQuestionGroupId
-
setQuestionGroupId
-
getTotalScore
-
getMaxTotalScore
-
markedNA
True if this question group is marked NA -
getMarkedNA
-
setMarkedNA
-
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
-
setSystemMarkedNA
-
getTotalCriticalScore
-
getMaxTotalCriticalScore
-
getTotalNonCriticalScore
-
getMaxTotalNonCriticalScore
-
getTotalScoreUnweighted
-
getMaxTotalScoreUnweighted
-
getTotalCriticalScoreUnweighted
-
getMaxTotalCriticalScoreUnweighted
-
getTotalNonCriticalScoreUnweighted
-
getMaxTotalNonCriticalScoreUnweighted
-
questionScores
The individual question scores -
getQuestionScores
-
setQuestionScores
-
equals
-
hashCode
public int hashCode() -
toString
-