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

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

package com.uwetrottmann.trakt5.entities;

import org.threeten.bp.OffsetDateTime;

public class Episode extends BaseEntity {

    public Integer season;
    public Integer number;
    public EpisodeIds ids;

    // extended info
    public Integer number_abs;
    public OffsetDateTime first_aired;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy