package com.llf.common.entity; import java.util.List; /** * Created by Administrator on 2017/4/20. * */ public class PressEntity { private List<T1348647909107Bean> T1348647909107; public List<T1348647909107Bean> getT1348647909107() { return T1348647909107; } public void setT1348647909107(List<T1348647909107Bean> T1348647909107) { this.T1348647909107 = T1348647909107; } public static class T1348647909107Bean { private String postid; private boolean hasCover; private int hasHead; private int replyCount; private int hasImg; private String digest; private boolean hasIcon; private String docid; private String title; private int order; private int priority; private String lmodify; private String boardid; private String photosetID; private int imgsum; private String topic_background; private String template; private int votecount; private String skipID; private String alias; private String skipType; private String cid; private int hasAD; private String source; private String ename; private String tname; private String imgsrc; private String ptime; private String url_3w; private String ltitle; private String url; private String subtitle; private String specialtip; private String specialID; private String speciallogo; private String specialadlogo; private List<AdsBean> ads; private List<ImgextraBean> imgextra; private List<SpecialextraBean> specialextra; public String getPostid() { return postid; } public void setPostid(String postid) { this.postid = postid; } public boolean isHasCover() { return hasCover; } public void setHasCover(boolean hasCover) { this.hasCover = hasCover; } public int getHasHead() { return hasHead; } public void setHasHead(int hasHead) { this.hasHead = hasHead; } public int getReplyCount() { return replyCount; } public void setReplyCount(int replyCount) { this.replyCount = replyCount; } public int getHasImg() { return hasImg; } public void setHasImg(int hasImg) { this.hasImg = hasImg; } public String getDigest() { return digest; } public void setDigest(String digest) { this.digest = digest; } public boolean isHasIcon() { return hasIcon; } public void setHasIcon(boolean hasIcon) { this.hasIcon = hasIcon; } public String getDocid() { return docid; } public void setDocid(String docid) { this.docid = docid; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public int getOrder() { return order; } public void setOrder(int order) { this.order = order; } public int getPriority() { return priority; } public void setPriority(int priority) { this.priority = priority; } public String getLmodify() { return lmodify; } public void setLmodify(String lmodify) { this.lmodify = lmodify; } public String getBoardid() { return boardid; } public void setBoardid(String boardid) { this.boardid = boardid; } public String getPhotosetID() { return photosetID; } public void setPhotosetID(String photosetID) { this.photosetID = photosetID; } public int getImgsum() { return imgsum; } public void setImgsum(int imgsum) { this.imgsum = imgsum; } public String getTopic_background() { return topic_background; } public void setTopic_background(String topic_background) { this.topic_background = topic_background; } public String getTemplate() { return template; } public void setTemplate(String template) { this.template = template; } public int getVotecount() { return votecount; } public void setVotecount(int votecount) { this.votecount = votecount; } public String getSkipID() { return skipID; } public void setSkipID(String skipID) { this.skipID = skipID; } public String getAlias() { return alias; } public void setAlias(String alias) { this.alias = alias; } public String getSkipType() { return skipType; } public void setSkipType(String skipType) { this.skipType = skipType; } public String getCid() { return cid; } public void setCid(String cid) { this.cid = cid; } public int getHasAD() { return hasAD; } public void setHasAD(int hasAD) { this.hasAD = hasAD; } public String getSource() { return source; } public void setSource(String source) { this.source = source; } public String getEname() { return ename; } public void setEname(String ename) { this.ename = ename; } public String getTname() { return tname; } public void setTname(String tname) { this.tname = tname; } public String getImgsrc() { return imgsrc; } public void setImgsrc(String imgsrc) { this.imgsrc = imgsrc; } public String getPtime() { return ptime; } public void setPtime(String ptime) { this.ptime = ptime; } public String getUrl_3w() { return url_3w; } public void setUrl_3w(String url_3w) { this.url_3w = url_3w; } public String getLtitle() { return ltitle; } public void setLtitle(String ltitle) { this.ltitle = ltitle; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String getSubtitle() { return subtitle; } public void setSubtitle(String subtitle) { this.subtitle = subtitle; } public String getSpecialtip() { return specialtip; } public void setSpecialtip(String specialtip) { this.specialtip = specialtip; } public String getSpecialID() { return specialID; } public void setSpecialID(String specialID) { this.specialID = specialID; } public String getSpeciallogo() { return speciallogo; } public void setSpeciallogo(String speciallogo) { this.speciallogo = speciallogo; } public String getSpecialadlogo() { return specialadlogo; } public void setSpecialadlogo(String specialadlogo) { this.specialadlogo = specialadlogo; } public List<AdsBean> getAds() { return ads; } public void setAds(List<AdsBean> ads) { this.ads = ads; } public List<ImgextraBean> getImgextra() { return imgextra; } public void setImgextra(List<ImgextraBean> imgextra) { this.imgextra = imgextra; } public List<SpecialextraBean> getSpecialextra() { return specialextra; } public void setSpecialextra(List<SpecialextraBean> specialextra) { this.specialextra = specialextra; } public static class AdsBean { /** * title : 最后的裹足老人 "三寸金莲"脚掌已变形 * skipID : 00AP0001|2250935 * tag : photoset * imgsrc : http://cms-bucket.nosdn.127.net/17ddbe35715643b99f7e36242484375620170420073521.jpeg * subtitle : * skipType : photoset * url : 00AP0001|2250935 */ private String title; private String skipID; private String tag; private String imgsrc; private String subtitle; private String skipType; private String url; public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getSkipID() { return skipID; } public void setSkipID(String skipID) { this.skipID = skipID; } public String getTag() { return tag; } public void setTag(String tag) { this.tag = tag; } public String getImgsrc() { return imgsrc; } public void setImgsrc(String imgsrc) { this.imgsrc = imgsrc; } public String getSubtitle() { return subtitle; } public void setSubtitle(String subtitle) { this.subtitle = subtitle; } public String getSkipType() { return skipType; } public void setSkipType(String skipType) { this.skipType = skipType; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } } public static class ImgextraBean { /** * imgsrc : http://cms-bucket.nosdn.127.net/89213b7881c8451ca052de82ab89cd2220170420070744.jpeg */ private String imgsrc; public String getImgsrc() { return imgsrc; } public void setImgsrc(String imgsrc) { this.imgsrc = imgsrc; } } public static class SpecialextraBean { /** * url_3w : http://news.163.com/17/0420/02/CIEABDSK000187VI.html * postid : CIEABDSK000187VI * votecount : 4715 * replyCount : 4981 * ltitle : 民生银行"假理财"案6人被调查 一经理机场被带走 * digest : 民生银行航天桥支行曝出的“30亿假理财产品”案件仍在调查中。据投资者反映,昨日凌晨,该支行客户经理李某刚从新西兰度假归来就在首都机场被警方带走。此前,该支行行长 * url : http://3g.163.com/news/17/0420/02/CIEABDSK000187VI.html * docid : CIEABDSK000187VI * title : 民生银行"假理财"案6人被调查 一经理机场被带走 * source : 北青网-北京青年报 * priority : 79 * imgsrc : http://cms-bucket.nosdn.127.net/4398f3813e954074b658ca7298ce843720170420035144.png * subtitle : * boardid : news2_bbs * ptime : 2017-04-20 02:00:32 */ private String url_3w; private String postid; private int votecount; private int replyCount; private String ltitle; private String digest; private String url; private String docid; private String title; private String source; private int priority; private String imgsrc; private String subtitle; private String boardid; private String ptime; public String getUrl_3w() { return url_3w; } public void setUrl_3w(String url_3w) { this.url_3w = url_3w; } public String getPostid() { return postid; } public void setPostid(String postid) { this.postid = postid; } public int getVotecount() { return votecount; } public void setVotecount(int votecount) { this.votecount = votecount; } public int getReplyCount() { return replyCount; } public void setReplyCount(int replyCount) { this.replyCount = replyCount; } public String getLtitle() { return ltitle; } public void setLtitle(String ltitle) { this.ltitle = ltitle; } public String getDigest() { return digest; } public void setDigest(String digest) { this.digest = digest; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String getDocid() { return docid; } public void setDocid(String docid) { this.docid = docid; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getSource() { return source; } public void setSource(String source) { this.source = source; } public int getPriority() { return priority; } public void setPriority(int priority) { this.priority = priority; } public String getImgsrc() { return imgsrc; } public void setImgsrc(String imgsrc) { this.imgsrc = imgsrc; } public String getSubtitle() { return subtitle; } public void setSubtitle(String subtitle) { this.subtitle = subtitle; } public String getBoardid() { return boardid; } public void setBoardid(String boardid) { this.boardid = boardid; } public String getPtime() { return ptime; } public void setPtime(String ptime) { this.ptime = ptime; } } } }