Skip to content

Instantly share code, notes, and snippets.

@David-Hackro
Created August 3, 2018 15:00
Show Gist options
  • Save David-Hackro/e4b16e5b0d4f04560df915508931d1c3 to your computer and use it in GitHub Desktop.
Save David-Hackro/e4b16e5b0d4f04560df915508931d1c3 to your computer and use it in GitHub Desktop.
public class Result {
private boolean adult;
private String backdropPath;
private List<Integer> genreIds = null;
private int id;
private String originalLanguage;
private String original_title;
private String overview;
private String release_date;
private String poster_path;
private double popularity;
private String title;
private boolean video;
private Double vote_average;
private int vote_count;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment