Class StatsImpl
java.lang.Object
org.opencastproject.usertracking.endpoint.StatsImpl
- All Implemented Interfaces:
Stats
A JAXB-annotated implementation of
Stats-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetViews()voidsetMediapackageId(String mediapackageId) voidsetViews(int views)
-
Constructor Details
-
StatsImpl
public StatsImpl()A no-arg constructor needed by JAXB
-
-
Method Details
-
getMediapackageId
- Specified by:
getMediapackageIdin interfaceStats
-
getViews
public int getViews() -
setMediapackageId
- Specified by:
setMediapackageIdin interfaceStats
-
setViews
public void setViews(int views)
-