Class LearningModuleSummary

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

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

    • LearningModuleSummary

      public LearningModuleSummary()
    • LearningModuleSummary

      public LearningModuleSummary(Boolean initWithEmptyList)
  • Method Details

    • assignedCount

      public LearningModuleSummary assignedCount(Integer assignedCount)
      The total number of assignments assigned for a learning module
    • getAssignedCount

      public Integer getAssignedCount()
    • setAssignedCount

      public void setAssignedCount(Integer assignedCount)
    • completedCount

      public LearningModuleSummary completedCount(Integer completedCount)
      The number of assignments completed for a learning module
    • getCompletedCount

      public Integer getCompletedCount()
    • setCompletedCount

      public void setCompletedCount(Integer completedCount)
    • passedCount

      public LearningModuleSummary passedCount(Integer passedCount)
      The number of assignments passed for a learning module
    • getPassedCount

      public Integer getPassedCount()
    • setPassedCount

      public void setPassedCount(Integer passedCount)
    • completedSum

      public LearningModuleSummary completedSum(Float completedSum)
      The sum of assignment scores for a learning module
    • getCompletedSum

      public Float getCompletedSum()
    • setCompletedSum

      public void setCompletedSum(Float completedSum)
    • 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