Package com.mypurecloud.sdk.v2.model
Class SurveyQuestionScore
java.lang.Object
com.mypurecloud.sdk.v2.model.SurveyQuestionScore
- All Implemented Interfaces:
Serializable
SurveyQuestionScore
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassistedAnswerId(String assistedAnswerId) AnswerId found with evaluation assistance conditionsbooleanfreeTextAnswer(String freeTextAnswer) getScore()inthashCode()True when the evaluation is submitted with a question that does not have an answer.npsTextAnswer(String npsTextAnswer) questionId(String questionId) Unweighted score of the questionvoidsetAnswerId(String answerId) voidsetAssistedAnswerId(String assistedAnswerId) voidsetFreeTextAnswer(String freeTextAnswer) voidsetMarkedNA(Boolean markedNA) voidsetNpsScore(Integer npsScore) voidsetNpsTextAnswer(String npsTextAnswer) voidsetQuestionId(String questionId) voidvoidsetSystemMarkedNA(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
-
SurveyQuestionScore
public SurveyQuestionScore() -
SurveyQuestionScore
-
-
Method Details
-
questionId
-
getQuestionId
-
setQuestionId
-
answerId
-
getAnswerId
-
setAnswerId
-
score
Unweighted score of the question -
getScore
-
setScore
-
markedNA
True when the evaluation is submitted with a question that does not have an answer. 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
-
assistedAnswerId
AnswerId found with evaluation assistance conditions -
getAssistedAnswerId
-
setAssistedAnswerId
-
npsScore
-
getNpsScore
-
setNpsScore
-
npsTextAnswer
-
getNpsTextAnswer
-
setNpsTextAnswer
-
freeTextAnswer
-
getFreeTextAnswer
-
setFreeTextAnswer
-
equals
-
hashCode
public int hashCode() -
toString
-