java.lang.Object
org.opencastproject.usertracking.endpoint.StatsImpl
All Implemented Interfaces:
org.opencastproject.usertracking.api.Stats

public class StatsImpl extends Object implements org.opencastproject.usertracking.api.Stats
A JAXB-annotated implementation of Stats
  • Constructor Details

    • StatsImpl

      public StatsImpl()
      A no-arg constructor needed by JAXB
  • Method Details

    • getMediapackageId

      public String getMediapackageId()
      Specified by:
      getMediapackageId in interface org.opencastproject.usertracking.api.Stats
    • getViews

      public int getViews()
      Specified by:
      getViews in interface org.opencastproject.usertracking.api.Stats
    • setMediapackageId

      public void setMediapackageId(String mediapackageId)
      Specified by:
      setMediapackageId in interface org.opencastproject.usertracking.api.Stats
    • setViews

      public void setViews(int views)
      Specified by:
      setViews in interface org.opencastproject.usertracking.api.Stats