Skip to content

Instantly share code, notes, and snippets.

View keerthikorrapati's full-sized avatar

Keerthi Korrapati keerthikorrapati

View GitHub Profile
@JSONObject
public class Slideshow {
@JsonField(name = "id")
int mSlideshowId;
@JsonField(name = "created_at")
long mCreatedAt;
@JsonField(name = "title")
String mTitle;
@JsonField(name = "user_id")
int mUserId;