Package com.mypurecloud.sdk.v2.model
Class LearningModuleReassignSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModuleReassignSummary
- All Implemented Interfaces:
Serializable
Learning module reassign summary data
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignedCount(Integer assignedCount) The total number of users who have the assignment in Assigned statecompletedCount(Integer completedCount) The total number of users who have the assignment in Completed statebooleaninthashCode()inProgressCount(Integer inProgressCount) The total number of users who have the assignment in InProgress statenotCompletedCount(Integer notCompletedCount) The total number of users who have their assignment overduevoidsetAssignedCount(Integer assignedCount) voidsetCompletedCount(Integer completedCount) voidsetInProgressCount(Integer inProgressCount) voidsetNotCompletedCount(Integer notCompletedCount) voidsetTotalReassigned(Integer totalReassigned) toString()totalReassigned(Integer totalReassigned) The total number of users for whom assignment is reassigned
-
Constructor Details
-
LearningModuleReassignSummary
public LearningModuleReassignSummary() -
LearningModuleReassignSummary
-
-
Method Details
-
totalReassigned
The total number of users for whom assignment is reassigned -
getTotalReassigned
-
setTotalReassigned
-
completedCount
The total number of users who have the assignment in Completed state -
getCompletedCount
-
setCompletedCount
-
inProgressCount
The total number of users who have the assignment in InProgress state -
getInProgressCount
-
setInProgressCount
-
assignedCount
The total number of users who have the assignment in Assigned state -
getAssignedCount
-
setAssignedCount
-
notCompletedCount
The total number of users who have their assignment overdue -
getNotCompletedCount
-
setNotCompletedCount
-
equals
-
hashCode
public int hashCode() -
toString
-