Package com.mypurecloud.sdk.v2.model
Class Calibration
java.lang.Object
com.mypurecloud.sdk.v2.model.Calibration
- All Implemented Interfaces:
Serializable
Calibration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverageScore(Integer averageScore) calibrator(User calibrator) conversation(ConversationReference conversation) createdDate(Date createdDate) Date time is represented as an ISO-8601 string.booleanevaluationForm(EvaluationForm evaluationForm) evaluations(List<Evaluation> evaluations) evaluators(List<User> evaluators) expertEvaluator(User expertEvaluator) getAgent()getId()getName()inthashCode()scoringIndex(Evaluation scoringIndex) voidvoidsetAverageScore(Integer averageScore) voidsetCalibrator(User calibrator) voidsetContextId(String contextId) voidsetConversation(ConversationReference conversation) voidsetCreatedDate(Date createdDate) voidsetEvaluationForm(EvaluationForm evaluationForm) voidsetEvaluations(List<Evaluation> evaluations) voidsetEvaluators(List<User> evaluators) voidsetExpertEvaluator(User expertEvaluator) voidsetHighScore(Integer highScore) voidsetLowScore(Integer lowScore) voidvoidsetScoringIndex(Evaluation scoringIndex) toString()
-
Constructor Details
-
Calibration
public Calibration() -
Calibration
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
calibrator
-
getCalibrator
-
setCalibrator
-
agent
-
getAgent
-
setAgent
-
conversation
-
getConversation
-
setConversation
-
evaluationForm
-
getEvaluationForm
-
setEvaluationForm
-
contextId
-
getContextId
-
setContextId
-
averageScore
-
getAverageScore
-
setAverageScore
-
highScore
-
getHighScore
-
setHighScore
-
lowScore
-
getLowScore
-
setLowScore
-
createdDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
evaluations
-
getEvaluations
-
setEvaluations
-
evaluators
-
getEvaluators
-
setEvaluators
-
scoringIndex
-
getScoringIndex
-
setScoringIndex
-
expertEvaluator
-
getExpertEvaluator
-
setExpertEvaluator
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-