首页>代码>Spring Boot爬取携程网站用户评论数据整合mybatis项目案例>/crawlerdata/src/main/java/com/fei/entity/Comment.java
package com.fei.entity;

import java.util.Date;

public class Comment {
    /**
     * ID
     */
    private Integer id;

    /**
     * 用户id
     */
    private String userId;

    /**
     * 用户类型
     */
    private String userType;

    /**
     * 用户评分
     */
    private String score;

    /**
     * 评论时间
     */
    private Date commentTips;

    /**
     * 用户评论详细内容
     */
    private String commentInfo;

    /**
     * ID
     * @return id ID
     */
    public Integer getId() {
        return id;
    }

    /**
     * ID
     * @param id ID
     */
    public void setId(Integer id) {
        this.id = id;
    }

    /**
     * 用户id
     * @return user_id 用户id
     */
    public String getUserId() {
        return userId;
    }

    /**
     * 用户id
     * @param userId 用户id
     */
    public void setUserId(String userId) {
        this.userId = userId == null ? null : userId.trim();
    }

    /**
     * 用户类型
     * @return user_type 用户类型
     */
    public String getUserType() {
        return userType;
    }

    /**
     * 用户类型
     * @param userType 用户类型
     */
    public void setUserType(String userType) {
        this.userType = userType == null ? null : userType.trim();
    }

    /**
     * 用户评分
     * @return score 用户评分
     */
    public String getScore() {
        return score;
    }

    /**
     * 用户评分
     * @param score 用户评分
     */
    public void setScore(String score) {
        this.score = score == null ? null : score.trim();
    }

    /**
     * 评论时间
     * @return comment_tips 评论时间
     */
    public Date getCommentTips() {
        return commentTips;
    }

    /**
     * 评论时间
     * @param commentTips 评论时间
     */
    public void setCommentTips(Date commentTips) {
        this.commentTips = commentTips;
    }

    /**
     * 用户评论详细内容
     * @return comment_info 用户评论详细内容
     */
    public String getCommentInfo() {
        return commentInfo;
    }

    /**
     * 用户评论详细内容
     * @param commentInfo 用户评论详细内容
     */
    public void setCommentInfo(String commentInfo) {
        this.commentInfo = commentInfo == null ? null : commentInfo.trim();
    }
}
最近下载更多
xiaoyuer2  LV8 2022年11月20日
crosa_Don  LV18 2022年6月2日
没墨2001  LV4 2021年5月26日
annazhang  LV29 2021年3月8日
qinjinjinLion  LV1 2020年12月16日
daimaxz  LV4 2020年1月3日
412940226  LV10 2019年12月25日
wzd_yz  LV13 2019年10月4日
liuyilin9608  LV15 2019年8月8日
悟道子  LV16 2019年6月29日
最近浏览更多
citybird  LV4 11月20日
bbczlitao  LV9 6月11日
小明123456李倩倩 2023年12月26日
暂无贡献等级
wttttts  LV2 2023年12月24日
fff2003  LV9 2023年12月19日
漫步的海星  LV4 2023年9月21日
czsczd  LV3 2023年8月30日
include  LV8 2023年6月20日
liuq2021 2023年4月8日
暂无贡献等级
xiaoyuer2  LV8 2022年11月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友