Package com.mypurecloud.sdk.v2.model
Class AssessmentQuestionScore
java.lang.Object
com.mypurecloud.sdk.v2.model.AssessmentQuestionScore
- All Implemented Interfaces:
Serializable
AssessmentQuestionScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the selected answerComments provided for the answerbooleanfreeTextAnswer(String freeTextAnswer) Answer for free text answer typegetScore()inthashCode()True if this question was marked as NAquestionId(String questionId) The ID of the questionvoidsetAnswerId(String answerId) voidsetComments(String comments) voidsetFreeTextAnswer(String freeTextAnswer) voidsetMarkedNA(Boolean markedNA) voidsetQuestionId(String questionId) 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
-
AssessmentQuestionScore
public AssessmentQuestionScore() -
AssessmentQuestionScore
-
-
Method Details
-
getFailedKillQuestion
-
comments
Comments provided for the answer -
getComments
-
setComments
-
questionId
The ID of the question -
getQuestionId
-
setQuestionId
-
answerId
The ID of the selected answer -
getAnswerId
-
setAnswerId
-
getScore
-
markedNA
True if this question was marked as 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
-
freeTextAnswer
Answer for free text answer type -
getFreeTextAnswer
-
setFreeTextAnswer
-
equals
-
hashCode
public int hashCode() -
toString
-