Module Mal4J

Class AnimeStatistics

java.lang.Object
dev.katsute.mal4j.property.Statistics
dev.katsute.mal4j.anime.property.AnimeStatistics

public abstract class AnimeStatistics extends Statistics
Represents Anime statistics.
Since:
1.0.0
Version:
1.0.0
Author:
Katsute
See Also:
  • Constructor Details

    • AnimeStatistics

      public AnimeStatistics()
  • Method Details

    • getWatching

      public abstract Integer getWatching()
      The total amount of users watching.
      Returns:
      total users watching
      Since:
      1.0.0
    • getCompleted

      public abstract Integer getCompleted()
      The total amount of users completed.
      Returns:
      total users completed
      Since:
      1.0.0
    • getOnHold

      public abstract Integer getOnHold()
      The total amount of users on hold.
      Returns:
      total users on hold
      Since:
      1.0.0
    • getDropped

      public abstract Integer getDropped()
      The total amount of users dropped.
      Returns:
      total users dropped
      Since:
      1.0.0
    • getPlanToWatch

      public abstract Integer getPlanToWatch()
      The total amount of users planning to watch.
      Returns:
      total users planning to watch
      Since:
      1.0.0