| | |
| | | package com.yeshi.fanli.vo.push;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import com.yeshi.fanli.entity.common.JumpDetailV2;
|
| | | import com.yeshi.common.vo.ClientTextStyleVO;
|
| | |
|
| | | public class PushRecommendVO {
|
| | | // 推送时间
|
| | | @Expose
|
| | | private Long pushtime;
|
| | | // 标题
|
| | | @Expose
|
| | | private String title;
|
| | | // 内容
|
| | | @Expose
|
| | | private String content;
|
| | | // 图片
|
| | | @Expose
|
| | | private String picture;
|
| | | // 名称
|
| | | @Expose
|
| | | private String nickName;
|
| | | // 浏览数量
|
| | | @Expose
|
| | | private String scanNum;
|
| | | // 参数
|
| | | @Expose
|
| | | private String params;
|
| | | // 跳转
|
| | | @Expose
|
| | | private JumpDetailV2 jumpDetail;
|
| | |
|
| | | @Expose
|
| | | private List<ClientTextStyleVO> totalwords;
|
| | |
|
| | | public Long getPushtime() {
|
| | | return pushtime;
|
| | | }
|
| | |
|
| | | public void setPushtime(Long pushtime) {
|
| | | this.pushtime = pushtime;
|
| | | }
|
| | |
|
| | | public String getTitle() {
|
| | | return title;
|
| | | }
|
| | |
|
| | | public void setTitle(String title) {
|
| | | this.title = title;
|
| | | }
|
| | |
|
| | | public String getContent() {
|
| | | return content;
|
| | | }
|
| | |
|
| | | public void setContent(String content) {
|
| | | this.content = content;
|
| | | }
|
| | |
|
| | | public String getPicture() {
|
| | | return picture;
|
| | | }
|
| | |
|
| | | public void setPicture(String picture) {
|
| | | this.picture = picture;
|
| | | }
|
| | |
|
| | | public String getNickName() {
|
| | | return nickName;
|
| | | }
|
| | |
|
| | | public void setNickName(String nickName) {
|
| | | this.nickName = nickName;
|
| | | }
|
| | |
|
| | | public String getScanNum() {
|
| | | return scanNum;
|
| | | }
|
| | |
|
| | | public void setScanNum(String scanNum) {
|
| | | this.scanNum = scanNum;
|
| | | }
|
| | |
|
| | | public String getParams() {
|
| | | return params;
|
| | | }
|
| | |
|
| | | public void setParams(String params) {
|
| | | this.params = params;
|
| | | }
|
| | |
|
| | | public JumpDetailV2 getJumpDetail() {
|
| | | return jumpDetail;
|
| | | }
|
| | |
|
| | | public void setJumpDetail(JumpDetailV2 jumpDetail) {
|
| | | this.jumpDetail = jumpDetail;
|
| | | }
|
| | |
|
| | | public List<ClientTextStyleVO> getTotalwords() {
|
| | | return totalwords;
|
| | | }
|
| | |
|
| | | public void setTotalwords(List<ClientTextStyleVO> totalwords) {
|
| | | this.totalwords = totalwords;
|
| | | }
|
| | |
|
| | | }
|
| | | package com.yeshi.fanli.vo.push; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import com.yeshi.fanli.entity.common.JumpDetailV2; |
| | | import com.yeshi.common.vo.ClientTextStyleVO; |
| | | |
| | | public class PushRecommendVO { |
| | | // 推送时间 |
| | | @Expose |
| | | private Long pushtime; |
| | | // 标题 |
| | | @Expose |
| | | private String title; |
| | | // 内容 |
| | | @Expose |
| | | private String content; |
| | | // 图片 |
| | | @Expose |
| | | private String picture; |
| | | // 名称 |
| | | @Expose |
| | | private String nickName; |
| | | // 浏览数量 |
| | | @Expose |
| | | private String scanNum; |
| | | // 参数 |
| | | @Expose |
| | | private String params; |
| | | // 跳转 |
| | | @Expose |
| | | private JumpDetailV2 jumpDetail; |
| | | |
| | | @Expose |
| | | private List<ClientTextStyleVO> totalwords; |
| | | |
| | | public Long getPushtime() { |
| | | return pushtime; |
| | | } |
| | | |
| | | public void setPushtime(Long pushtime) { |
| | | this.pushtime = pushtime; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getContent() { |
| | | return content; |
| | | } |
| | | |
| | | public void setContent(String content) { |
| | | this.content = content; |
| | | } |
| | | |
| | | public String getPicture() { |
| | | return picture; |
| | | } |
| | | |
| | | public void setPicture(String picture) { |
| | | this.picture = picture; |
| | | } |
| | | |
| | | public String getNickName() { |
| | | return nickName; |
| | | } |
| | | |
| | | public void setNickName(String nickName) { |
| | | this.nickName = nickName; |
| | | } |
| | | |
| | | public String getScanNum() { |
| | | return scanNum; |
| | | } |
| | | |
| | | public void setScanNum(String scanNum) { |
| | | this.scanNum = scanNum; |
| | | } |
| | | |
| | | public String getParams() { |
| | | return params; |
| | | } |
| | | |
| | | public void setParams(String params) { |
| | | this.params = params; |
| | | } |
| | | |
| | | public JumpDetailV2 getJumpDetail() { |
| | | return jumpDetail; |
| | | } |
| | | |
| | | public void setJumpDetail(JumpDetailV2 jumpDetail) { |
| | | this.jumpDetail = jumpDetail; |
| | | } |
| | | |
| | | public List<ClientTextStyleVO> getTotalwords() { |
| | | return totalwords; |
| | | } |
| | | |
| | | public void setTotalwords(List<ClientTextStyleVO> totalwords) { |
| | | this.totalwords = totalwords; |
| | | } |
| | | |
| | | } |