Package com.mypurecloud.sdk.v2.model
Class LearningModuleSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModuleSummary
- All Implemented Interfaces:
Serializable
Learning module summary data
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignedCount(Integer assignedCount) The total number of assignments assigned for a learning modulecompletedCount(Integer completedCount) The number of assignments completed for a learning modulecompletedSum(Float completedSum) The sum of assignment scores for a learning modulebooleaninthashCode()passedCount(Integer passedCount) The number of assignments passed for a learning modulevoidsetAssignedCount(Integer assignedCount) voidsetCompletedCount(Integer completedCount) voidsetCompletedSum(Float completedSum) voidsetPassedCount(Integer passedCount) toString()
-
Constructor Details
-
LearningModuleSummary
public LearningModuleSummary() -
LearningModuleSummary
-
-
Method Details
-
assignedCount
The total number of assignments assigned for a learning module -
getAssignedCount
-
setAssignedCount
-
completedCount
The number of assignments completed for a learning module -
getCompletedCount
-
setCompletedCount
-
passedCount
The number of assignments passed for a learning module -
getPassedCount
-
setPassedCount
-
completedSum
The sum of assignment scores for a learning module -
getCompletedSum
-
setCompletedSum
-
equals
-
hashCode
public int hashCode() -
toString
-