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

com.uwetrottmann.tmdb2.entities.TvEpisodeExternalIds Maven / Gradle / Ivy

The newest version!
package com.uwetrottmann.tmdb2.entities;

public class TvEpisodeExternalIds {

    public Integer id;
    public String imdb_id;
    public Integer tvdb_id;
    public String freebase_id;
    public String freebase_mid;
    public Integer tvrage_id;
    public String wikidata_id;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy