Guest User

Untitled

a guest
Feb 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class SearchResult {
  2.  
  3. @SerializedName("Search")
  4. private ArrayList<Movie> search;
  5.  
  6. private int totalResults;
  7.  
  8. @SerializedName("Response")
  9. private boolean response;
  10. ...
Add Comment
Please, Sign In to add comment