Interface ReportItem
- All Known Implementing Classes:
ReportItemImpl
public interface ReportItem
A class that represents a Report Item
-
Method Summary
Modifier and TypeMethodDescriptionGets the episode id the report item is referring tolongGets the number of played seconds of the episodelonggetViews()Get the number of views of the episode idvoidsetEpisodeId(String episodeId) Sets the episode id the report item is referring tovoidsetPlayed(long played) Sets the number of played seconds of the episodevoidsetViews(long views) Sets the number of views of the episode
-
Method Details
-
setEpisodeId
Sets the episode id the report item is referring to- Parameters:
episodeId-
-
setViews
void setViews(long views) Sets the number of views of the episode- Parameters:
views-
-
setPlayed
void setPlayed(long played) Sets the number of played seconds of the episode- Parameters:
played-
-
getEpisodeId
String getEpisodeId()Gets the episode id the report item is referring to- Returns:
-
getViews
long getViews()Get the number of views of the episode id- Returns:
-
getPlayed
long getPlayed()Gets the number of played seconds of the episode- Returns:
-