* language : zh-CN * category : * chinesePT : * thumb : /Koala.jpg * images : ["/Koala1.jpg","/Koala2.jpg","/Koala3.jpg"] * type : feature */ private int id; private String title; private String details; private String language; private String category; private String chinesePT; private String thumb; private String images; private String type; public void setId(int id) { this.id = id; } public void setTitle(String title) { this.title = title; } public void setDetails(String details) { this.details = details; } public void setLanguage(String language) { this.language = language; } public void setCategory(String category) { this.category = category; } public void setChinesePT(String chinesePT) { this.chinesePT = chinesePT; } public void setThumb(String thumb) { this.thumb = thumb; } public void setImages(String images) { this.images = images; } public void setType(String type) { this.type = type; } public int getId() { return id; } public String getTitle() { return title; } public String getDetails() { return details; } public String getLanguage() { return language; } public String getCategory() { return category; } public String getChinesePT() { return chinesePT; } public String getThumb() { return thumb; } public String getImages() { return images; } public String getType() { return type; }}