Package com.mypurecloud.sdk.v2.model
Class AssessmentScoringSet
java.lang.Object
com.mypurecloud.sdk.v2.model.AssessmentScoringSet
- All Implemented Interfaces:
Serializable
AssessmentScoringSet
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets failureReasons -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentComments(String agentComments) Comments provided by agent.Comments provided for these answers.booleaninthashCode()questionGroupScores(List<AssessmentQuestionGroupScore> questionGroupScores) The individual scores for each question groupvoidsetAgentComments(String agentComments) voidsetComments(String comments) voidsetQuestionGroupScores(List<AssessmentQuestionGroupScore> questionGroupScores) toString()
-
Constructor Details
-
AssessmentScoringSet
public AssessmentScoringSet() -
AssessmentScoringSet
-
-
Method Details
-
getTotalScore
-
getTotalCriticalScore
-
getTotalNonCriticalScore
-
questionGroupScores
public AssessmentScoringSet questionGroupScores(List<AssessmentQuestionGroupScore> questionGroupScores) The individual scores for each question group -
getQuestionGroupScores
-
setQuestionGroupScores
-
getFailureReasons
-
comments
Comments provided for these answers. -
getComments
-
setComments
-
agentComments
Comments provided by agent. -
getAgentComments
-
setAgentComments
-
getIsPassed
-
equals
-
hashCode
public int hashCode() -
toString
-