Package com.mypurecloud.sdk.v2.model
Class SurveyQuestionGroupScore
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyQuestionGroupScore
- All Implemented Interfaces:
Serializable
SurveyQuestionGroupScore
- 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.maxTotalScore(Float maxTotalScore) Maximum possible score of all questions in the groupquestionGroupId(String questionGroupId) questionScores(List<SurveyQuestionScore> questionScores) voidsetMarkedNA(Boolean markedNA) voidsetMaxTotalScore(Float maxTotalScore) voidsetQuestionGroupId(String questionGroupId) voidsetQuestionScores(List<SurveyQuestionScore> questionScores) voidsetSystemMarkedNA(Boolean systemMarkedNA) voidsetTotalScore(Float totalScore) 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()totalScore(Float totalScore) Score of all questions in the group
-
Constructor Details
-
SurveyQuestionGroupScore
public SurveyQuestionGroupScore() -
SurveyQuestionGroupScore
-
-
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
-
questionScores
-
getQuestionScores
-
setQuestionScores
-
equals
-
hashCode
public int hashCode() -
toString
-