All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uwetrottmann.trakt5.entities.Stats Maven / Gradle / Ivy

package com.uwetrottmann.trakt5.entities;

public class Stats {

    public Integer watchers;
    public Integer plays;
    public Integer collectors;
    public Integer comments;
    public Integer lists;
    public Integer votes;

    /** Specific to shows, seasons and episodes. */
    public Integer collected_episodes;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy