RemarkBean.java 6.8 KB
package com.wd.foundation.bean.message;

import com.wd.foundation.bean.base.BaseBean;

public class RemarkBean extends BaseBean {

    private String beReply;
    private String headUrl;
    private String contentId;
    private String contentRelObjectid;
    private String userType;
    private String contentTitle;
    private String userName;
    private int contentRelType;
    private String userId;
    private String contentType;
    private String contentRelId;

    private String creatorId;
    private String liveName;
    private String liveTime;
    private String creatorName;
    private String videoName;
    private String activityStartTime;
    private String activityEndTime;
    private String activityType;
    private String comment;
    private String coverImageBucket;
    private String coverImageUri;
    private String coverImageUrl;
    private String relationId;
    private String relationType;
    /**
     * 直播状态
     */
    private String status;
    /**
     * 直播计划开始时间
     */
    private long planStartTimeLong;

    /**
     * 内容类型
     */
    private String objectType;
    /**
     * 内容关系id
     */
    private String ObjectPosld;
    /**
     * 内容的关系类型
     */
    private int type;

    /**
     * 审核类型
     * 0:审核未通过
     * 1:未通过
     */
    private String checkType;

    /**
     * 内容上线/下线区分
     * 0:下线
     * 1:上线
     */
    private String contentOnlineType;

    public String getBeReply() {
        return beReply;
    }

    public void setBeReply(String beReply) {
        this.beReply = beReply;
    }

    public String getHeadUrl() {
        return headUrl;
    }

    public void setHeadUrl(String headUrl) {
        this.headUrl = headUrl;
    }

    public String getContentId() {
        return contentId;
    }

    public void setContentId(String contentId) {
        this.contentId = contentId;
    }

    public String getContentRelObjectid() {
        return contentRelObjectid;
    }

    public void setContentRelObjectid(String contentRelObjectid) {
        this.contentRelObjectid = contentRelObjectid;
    }

    public String getUserType() {
        return userType;
    }

    public void setUserType(String userType) {
        this.userType = userType;
    }

    public String getContentTitle() {
        return contentTitle;
    }

    public void setContentTitle(String contentTitle) {
        this.contentTitle = contentTitle;
    }

    public String getUserName() {
        return userName;
    }

    public void setUserName(String userName) {
        this.userName = userName;
    }

    public int getContentRelType() {
        return contentRelType;
    }

    public void setContentRelType(int contentRelType) {
        this.contentRelType = contentRelType;
    }

    public String getUserId() {
        return userId;
    }

    public void setUserId(String userId) {
        this.userId = userId;
    }

    public String getContentType() {
        return contentType;
    }

    public void setContentType(String contentType) {
        this.contentType = contentType;
    }

    public String getContentRelId() {
        return contentRelId;
    }

    public void setContentRelId(String contentRelId) {
        this.contentRelId = contentRelId;
    }

    public String getCreatorId() {
        return creatorId;
    }

    public void setCreatorId(String creatorId) {
        this.creatorId = creatorId;
    }

    public String getLiveName() {
        return liveName;
    }

    public void setLiveName(String liveName) {
        this.liveName = liveName;
    }

    public String getLiveTime() {
        return liveTime;
    }

    public void setLiveTime(String liveTime) {
        this.liveTime = liveTime;
    }

    public String getCreatorName() {
        return creatorName;
    }

    public void setCreatorName(String creatorName) {
        this.creatorName = creatorName;
    }

    public String getVideoName() {
        return videoName;
    }

    public void setVideoName(String videoName) {
        this.videoName = videoName;
    }

    public String getActivityStartTime() {
        return activityStartTime;
    }

    public void setActivityStartTime(String activityStartTime) {
        this.activityStartTime = activityStartTime;
    }

    public String getActivityEndTime() {
        return activityEndTime;
    }

    public void setActivityEndTime(String activityEndTime) {
        this.activityEndTime = activityEndTime;
    }

    public String getActivityType() {
        return activityType;
    }

    public void setActivityType(String activityType) {
        this.activityType = activityType;
    }

    public String getCoverImageBucket() {
        return coverImageBucket;
    }

    public void setCoverImageBucket(String coverImageBucket) {
        this.coverImageBucket = coverImageBucket;
    }

    public String getCoverImageUri() {
        return coverImageUri;
    }

    public void setCoverImageUri(String coverImageUri) {
        this.coverImageUri = coverImageUri;
    }

    public String getCoverImageUrl() {
        return coverImageUrl;
    }

    public void setCoverImageUrl(String coverImageUrl) {
        this.coverImageUrl = coverImageUrl;
    }

    public String getRelationId() {
        return relationId;
    }

    public void setRelationId(String relationId) {
        this.relationId = relationId;
    }

    public String getRelationType() {
        return relationType;
    }

    public void setRelationType(String relationType) {
        this.relationType = relationType;
    }

    public String getStatus() {
        return status;
    }

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

    public long getPlanStartTimeLong() {
        return planStartTimeLong;
    }

    public void setPlanStartTimeLong(long planStartTimeLong) {
        this.planStartTimeLong = planStartTimeLong;
    }

    public String getComment() {
        return comment;
    }

    public void setComment(String comment) {
        this.comment = comment;
    }

    public String getObjectType() {
        return objectType;
    }

    public void setObjectType(String objectType) {
        this.objectType = objectType;
    }

    public String getObjectPosld() {
        return ObjectPosld;
    }

    public void setObjectPosld(String objectPosld) {
        ObjectPosld = objectPosld;
    }

    public int getType() {
        return type;
    }

    public void setType(int type) {
        this.type = type;
    }

    public String getCheckType() {
        return checkType;
    }

    public void setCheckType(String checkType) {
        this.checkType = checkType;
    }

    public String getContentOnlineType() {
        return contentOnlineType;
    }

    public void setContentOnlineType(String contentOnlineType) {
        this.contentOnlineType = contentOnlineType;
    }
}