Module Mal4J

Class UserAnimeStatistics

java.lang.Object
dev.katsute.mal4j.user.UserAnimeStatistics

public abstract class UserAnimeStatistics extends Object
Represents a User's Anime statistics.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • UserAnimeStatistics

      public UserAnimeStatistics()
  • Method Details

    • getItemsWatching

      public abstract Integer getItemsWatching()
      Returns total items watching.
      Returns:
      total items watching
      Since:
      1.0.0
    • getItemsCompleted

      public abstract Integer getItemsCompleted()
      Returns total items completed.
      Returns:
      total items completed
      Since:
      1.0.0
    • getItemsOnHold

      public abstract Integer getItemsOnHold()
      Returns total items on hold.
      Returns:
      total items on hold
      Since:
      1.0.0
    • getItemsDropped

      public abstract Integer getItemsDropped()
      Returns total items dropped.
      Returns:
      total items dropped
      Since:
      1.0.0
    • getItemsPlanToWatch

      public abstract Integer getItemsPlanToWatch()
      Returns total items planned to watch.
      Returns:
      total items planned to watch
      Since:
      1.0.0
    • getItems

      public abstract Integer getItems()
      Returns total items.
      Returns:
      total items
      Since:
      1.0.0
    • getDaysWatched

      public abstract Float getDaysWatched()
      Returns total days watched.
      Returns:
      total days watched
      Since:
      1.0.0
    • getDaysWatching

      public abstract Float getDaysWatching()
      Returns total days watching.
      Returns:
      total days watching
      Since:
      1.0.0
    • getDaysCompleted

      public abstract Float getDaysCompleted()
      Returns total days completed.
      Returns:
      total days completed
      Since:
      1.0.0
    • getDaysOnHold

      public abstract Float getDaysOnHold()
      Returns total days on hold.
      Returns:
      total days on hold
      Since:
      1.0.0
    • getDaysDropped

      public abstract Float getDaysDropped()
      Returns total days dropped.
      Returns:
      total days dropped
      Since:
      1.0.0
    • getDays

      public abstract Float getDays()
      Returns total days.
      Returns:
      total days
      Since:
      1.0.0
    • getEpisodes

      public abstract Integer getEpisodes()
      Returns total episodes watched.
      Returns:
      total episodes watching
      Since:
      1.0.0
    • getTimesRewatched

      public abstract Integer getTimesRewatched()
      Returns times rewatched.
      Returns:
      times rewatched
      Since:
      1.0.0
    • getMeanScore

      public abstract Float getMeanScore()
      Returns the average score.
      Returns:
      mean score
      Since:
      1.0.0