Package com.mypurecloud.sdk.v2.model
Class EvaluationQuestionGroupScore
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationQuestionGroupScore
- All Implemented Interfaces:
Serializable
EvaluationQuestionGroupScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()True when the evaluation is submitted with a question group that does not have any answers.maxTotalCriticalScore(Float maxTotalCriticalScore) Maximum possible score of only the critical questions in the groupmaxTotalCriticalScoreUnweighted(Float maxTotalCriticalScoreUnweighted) Maximum possible unweighted score of only the critical questions in the groupmaxTotalNonCriticalScore(Float maxTotalNonCriticalScore) Maximum possible score of only the non critical questions in the groupmaxTotalNonCriticalScoreUnweighted(Float maxTotalNonCriticalScoreUnweighted) Maximum possible unweighted score of only the non critical questions in the groupmaxTotalScore(Float maxTotalScore) Maximum possible score of all questions in the groupmaxTotalScoreUnweighted(Float maxTotalScoreUnweighted) Maximum possible unweighted score of all questions in the groupquestionGroupId(String questionGroupId) questionScores(List<EvaluationQuestionScore> questionScores) voidsetMarkedNA(Boolean markedNA) voidsetMaxTotalCriticalScore(Float maxTotalCriticalScore) voidsetMaxTotalCriticalScoreUnweighted(Float maxTotalCriticalScoreUnweighted) voidsetMaxTotalNonCriticalScore(Float maxTotalNonCriticalScore) voidsetMaxTotalNonCriticalScoreUnweighted(Float maxTotalNonCriticalScoreUnweighted) voidsetMaxTotalScore(Float maxTotalScore) voidsetMaxTotalScoreUnweighted(Float maxTotalScoreUnweighted) voidsetQuestionGroupId(String questionGroupId) voidsetQuestionScores(List<EvaluationQuestionScore> questionScores) voidsetSystemMarkedNA(Boolean systemMarkedNA) voidsetTotalCriticalScore(Float totalCriticalScore) voidsetTotalCriticalScoreUnweighted(Float totalCriticalScoreUnweighted) voidsetTotalNonCriticalScore(Float totalNonCriticalScore) voidsetTotalNonCriticalScoreUnweighted(Float totalNonCriticalScoreUnweighted) voidsetTotalScore(Float totalScore) voidsetTotalScoreUnweighted(Float totalScoreUnweighted) 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()totalCriticalScore(Float totalCriticalScore) Score of only the critical questions in the grouptotalCriticalScoreUnweighted(Float totalCriticalScoreUnweighted) Unweighted score of only the critical questions in the grouptotalNonCriticalScore(Float totalNonCriticalScore) Score of only the non critical questions in the grouptotalNonCriticalScoreUnweighted(Float totalNonCriticalScoreUnweighted) Unweighted score of only the non critical questions in the grouptotalScore(Float totalScore) Score of all questions in the grouptotalScoreUnweighted(Float totalScoreUnweighted) Unweighted score of all questions in the group
-
Constructor Details
-
EvaluationQuestionGroupScore
public EvaluationQuestionGroupScore() -
EvaluationQuestionGroupScore
-
-
Method Details
-
questionGroupId
-
getQuestionGroupId
-
setQuestionGroupId
-
totalScore
Score of all questions in the group -
getTotalScore
-
setTotalScore
-
maxTotalScore
Maximum possible score of all questions in the group -
getMaxTotalScore
-
setMaxTotalScore
-
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
-
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
-
totalCriticalScore
Score of only the critical questions in the group -
getTotalCriticalScore
-
setTotalCriticalScore
-
maxTotalCriticalScore
Maximum possible score of only the critical questions in the group -
getMaxTotalCriticalScore
-
setMaxTotalCriticalScore
-
totalNonCriticalScore
Score of only the non critical questions in the group -
getTotalNonCriticalScore
-
setTotalNonCriticalScore
-
maxTotalNonCriticalScore
Maximum possible score of only the non critical questions in the group -
getMaxTotalNonCriticalScore
-
setMaxTotalNonCriticalScore
-
totalScoreUnweighted
Unweighted score of all questions in the group -
getTotalScoreUnweighted
-
setTotalScoreUnweighted
-
maxTotalScoreUnweighted
Maximum possible unweighted score of all questions in the group -
getMaxTotalScoreUnweighted
-
setMaxTotalScoreUnweighted
-
totalCriticalScoreUnweighted
public EvaluationQuestionGroupScore totalCriticalScoreUnweighted(Float totalCriticalScoreUnweighted) Unweighted score of only the critical questions in the group -
getTotalCriticalScoreUnweighted
-
setTotalCriticalScoreUnweighted
-
maxTotalCriticalScoreUnweighted
public EvaluationQuestionGroupScore maxTotalCriticalScoreUnweighted(Float maxTotalCriticalScoreUnweighted) Maximum possible unweighted score of only the critical questions in the group -
getMaxTotalCriticalScoreUnweighted
-
setMaxTotalCriticalScoreUnweighted
-
totalNonCriticalScoreUnweighted
public EvaluationQuestionGroupScore totalNonCriticalScoreUnweighted(Float totalNonCriticalScoreUnweighted) Unweighted score of only the non critical questions in the group -
getTotalNonCriticalScoreUnweighted
-
setTotalNonCriticalScoreUnweighted
-
maxTotalNonCriticalScoreUnweighted
public EvaluationQuestionGroupScore maxTotalNonCriticalScoreUnweighted(Float maxTotalNonCriticalScoreUnweighted) Maximum possible unweighted score of only the non critical questions in the group -
getMaxTotalNonCriticalScoreUnweighted
-
setMaxTotalNonCriticalScoreUnweighted
-
questionScores
-
getQuestionScores
-
setQuestionScores
-
equals
-
hashCode
public int hashCode() -
toString
-