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

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

package com.uwetrottmann.trakt5.entities;

import java.util.List;

public class Season {

    public Integer number;
    public SeasonIds ids;

    public String overview;
    public Double rating;
    public Integer votes;
    public Integer episode_count;
    public Integer aired_episodes;
    public List episodes;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy