Interface ReportItem


public interface ReportItem
A class that represents a Report Item
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the episode id the report item is referring to
    long
    Gets the number of played seconds of the episode
    long
    Get the number of views of the episode id
    void
    setEpisodeId(String episodeId)
    Sets the episode id the report item is referring to
    void
    setPlayed(long played)
    Sets the number of played seconds of the episode
    void
    setViews(long views)
    Sets the number of views of the episode
  • Method Details

    • setEpisodeId

      void setEpisodeId(String episodeId)
      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: