ExpertSearchBigShotBean.java 5.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.yidianling.consultant.bean;

import java.util.List;

public class ExpertSearchBigShotBean {
    /**
     * id : 62
     * specialTopicName : 1
     * specialTopicType : 2
     * specialTopicTitle : 大咖专场1
     * specialTopicSubhead : 副标题1
     * status : 0
     * weight : 2
     * jumpWay : 2
     * createTime : Dec 13, 2019 9:56:26 PM
     * updateTime : Dec 16, 2019 5:05:36 PM
     * createrId : 22
     * specialTopicUrl : https://testh2.yidianling.com/post/view-out/139?last_source=app
     * topicImages : [{"id":88,"parentId":62,"iamgeType":2,"isShow":1,"createTime":"Dec 13, 2019 9:35:45 PM","updateTime":"Dec 16, 2019 4:31:42 PM","createrId":1,"imageUrl":"https://pic.ydlcdn.com/6n5AcChhYa.png"},{"id":133,"parentId":62,"iamgeType":1,"isShow":1,"createTime":"Dec 16, 2019 4:23:00 PM","updateTime":"Dec 16, 2019 4:34:48 PM","createrId":0,"imageUrl":"https://pic.ydlcdn.com/6n5AcChhYa.png"},{"id":134,"parentId":62,"iamgeType":1,"isShow":1,"createTime":"Dec 16, 2019 4:28:03 PM","updateTime":"Dec 16, 2019 4:29:58 PM","createrId":1,"imageUrl":"https://pic.ydlcdn.com/6n5AcChhYa.png"},{"id":146,"parentId":62,"iamgeType":3,"isShow":1,"createTime":"Dec 16, 2019 4:32:15 PM","updateTime":"Dec 16, 2019 4:34:01 PM","createrId":1,"imageUrl":"https://pic.ydlcdn.com/6n5AcChhYa.png"}]
     */

徐健 committed
22 23 24 25 26 27 28 29 30 31 32 33
    private int id = 0;
    private String specialTopicName = "";
    private int specialTopicType = 0;
    private String specialTopicTitle = "";
    private String specialTopicSubhead = "";
    private int status = 0;
    private int weight = 0;
    private int jumpWay = 0;
    private String createTime = "";
    private String updateTime = "";
    private int createrId = 0;
    private String specialTopicUrl = "";
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
    private List<TopicImagesBean> topicImages;

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }

    public String getSpecialTopicName() {
        return specialTopicName;
    }

    public void setSpecialTopicName(String specialTopicName) {
        this.specialTopicName = specialTopicName;
    }

    public int getSpecialTopicType() {
        return specialTopicType;
    }

    public void setSpecialTopicType(int specialTopicType) {
        this.specialTopicType = specialTopicType;
    }

    public String getSpecialTopicTitle() {
        return specialTopicTitle;
    }

    public void setSpecialTopicTitle(String specialTopicTitle) {
        this.specialTopicTitle = specialTopicTitle;
    }

    public String getSpecialTopicSubhead() {
        return specialTopicSubhead;
    }

    public void setSpecialTopicSubhead(String specialTopicSubhead) {
        this.specialTopicSubhead = specialTopicSubhead;
    }

    public int getStatus() {
        return status;
    }

    public void setStatus(int status) {
        this.status = status;
    }

    public int getWeight() {
        return weight;
    }

    public void setWeight(int weight) {
        this.weight = weight;
    }

    public int getJumpWay() {
        return jumpWay;
    }

    public void setJumpWay(int jumpWay) {
        this.jumpWay = jumpWay;
    }

    public String getCreateTime() {
        return createTime;
    }

    public void setCreateTime(String createTime) {
        this.createTime = createTime;
    }

    public String getUpdateTime() {
        return updateTime;
    }

    public void setUpdateTime(String updateTime) {
        this.updateTime = updateTime;
    }

    public int getCreaterId() {
        return createrId;
    }

    public void setCreaterId(int createrId) {
        this.createrId = createrId;
    }

    public String getSpecialTopicUrl() {
        return specialTopicUrl;
    }

    public void setSpecialTopicUrl(String specialTopicUrl) {
        this.specialTopicUrl = specialTopicUrl;
    }

    public List<TopicImagesBean> getTopicImages() {
        return topicImages;
    }

    public void setTopicImages(List<TopicImagesBean> topicImages) {
        this.topicImages = topicImages;
    }

    public static class TopicImagesBean {
        /**
         * id : 88
         * parentId : 62
         * iamgeType : 2
         * isShow : 1
         * createTime : Dec 13, 2019 9:35:45 PM
         * updateTime : Dec 16, 2019 4:31:42 PM
         * createrId : 1
         * imageUrl : https://pic.ydlcdn.com/6n5AcChhYa.png
         */

徐健 committed
152 153 154 155 156 157 158 159
        private int id = 0;
        private int parentId = 0;
        private int imageType = 0;
        private int isShow = 0;
        private String createTime = "";
        private String updateTime = "";
        private int createrId = 0;
        private String imageUrl = "";
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176

        public int getId() {
            return id;
        }

        public void setId(int id) {
            this.id = id;
        }

        public int getParentId() {
            return parentId;
        }

        public void setParentId(int parentId) {
            this.parentId = parentId;
        }

177 178
        public int getImageType() {
            return imageType;
179 180
        }

181 182
        public void setImageType(int iamgeType) {
            this.imageType = iamgeType;
183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
        }

        public int getIsShow() {
            return isShow;
        }

        public void setIsShow(int isShow) {
            this.isShow = isShow;
        }

        public String getCreateTime() {
            return createTime;
        }

        public void setCreateTime(String createTime) {
            this.createTime = createTime;
        }

        public String getUpdateTime() {
            return updateTime;
        }

        public void setUpdateTime(String updateTime) {
            this.updateTime = updateTime;
        }

        public int getCreaterId() {
            return createrId;
        }

        public void setCreaterId(int createrId) {
            this.createrId = createrId;
        }

        public String getImageUrl() {
            return imageUrl;
        }

        public void setImageUrl(String imageUrl) {
            this.imageUrl = imageUrl;
        }
    }
}