Class LearningModuleReassignSummary

java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModuleReassignSummary
All Implemented Interfaces:
Serializable

public class LearningModuleReassignSummary extends Object implements Serializable
Learning module reassign summary data
See Also:
  • Constructor Details

    • LearningModuleReassignSummary

      public LearningModuleReassignSummary()
    • LearningModuleReassignSummary

      public LearningModuleReassignSummary(Boolean initWithEmptyList)
  • Method Details

    • totalReassigned

      public LearningModuleReassignSummary totalReassigned(Integer totalReassigned)
      The total number of users for whom assignment is reassigned
    • getTotalReassigned

      public Integer getTotalReassigned()
    • setTotalReassigned

      public void setTotalReassigned(Integer totalReassigned)
    • completedCount

      public LearningModuleReassignSummary completedCount(Integer completedCount)
      The total number of users who have the assignment in Completed state
    • getCompletedCount

      public Integer getCompletedCount()
    • setCompletedCount

      public void setCompletedCount(Integer completedCount)
    • inProgressCount

      public LearningModuleReassignSummary inProgressCount(Integer inProgressCount)
      The total number of users who have the assignment in InProgress state
    • getInProgressCount

      public Integer getInProgressCount()
    • setInProgressCount

      public void setInProgressCount(Integer inProgressCount)
    • assignedCount

      public LearningModuleReassignSummary assignedCount(Integer assignedCount)
      The total number of users who have the assignment in Assigned state
    • getAssignedCount

      public Integer getAssignedCount()
    • setAssignedCount

      public void setAssignedCount(Integer assignedCount)
    • notCompletedCount

      public LearningModuleReassignSummary notCompletedCount(Integer notCompletedCount)
      The total number of users who have their assignment overdue
    • getNotCompletedCount

      public Integer getNotCompletedCount()
    • setNotCompletedCount

      public void setNotCompletedCount(Integer notCompletedCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object