344 lines
6.7 KiB
Java
344 lines
6.7 KiB
Java
package com.ubt.jimu.base.entities;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class IssueDetailBean {
|
|
private long activityId;
|
|
private String activityName;
|
|
private int browseNum;
|
|
private int collectNum;
|
|
private int commentNum;
|
|
private int components;
|
|
private long createTime;
|
|
private int createUser;
|
|
private List<FilesBean> files;
|
|
private int hasCollected;
|
|
private int hasComplaint;
|
|
private int hasPraised;
|
|
private int id;
|
|
private int isSubscribed;
|
|
private int level;
|
|
private String nickName;
|
|
private String postCoverName;
|
|
private String postCoverUrl;
|
|
private String postIcon;
|
|
private int praiseNum;
|
|
private String resourceUrl;
|
|
private int shareNum;
|
|
private int status;
|
|
private String tags;
|
|
private String title;
|
|
private String userImage;
|
|
|
|
public static class FilesBean {
|
|
private long createTime;
|
|
private String description;
|
|
private String fileName;
|
|
private String fileUrl;
|
|
private int id;
|
|
private int isDeleted;
|
|
private Object order;
|
|
private int postId;
|
|
private String thumbnail;
|
|
private int type;
|
|
private int userId;
|
|
|
|
public long getCreateTime() {
|
|
return this.createTime;
|
|
}
|
|
|
|
public String getDescription() {
|
|
return this.description;
|
|
}
|
|
|
|
public String getFileName() {
|
|
return this.fileName;
|
|
}
|
|
|
|
public String getFileUrl() {
|
|
return this.fileUrl;
|
|
}
|
|
|
|
public int getId() {
|
|
return this.id;
|
|
}
|
|
|
|
public int getIsDeleted() {
|
|
return this.isDeleted;
|
|
}
|
|
|
|
public Object getOrder() {
|
|
return this.order;
|
|
}
|
|
|
|
public int getPostId() {
|
|
return this.postId;
|
|
}
|
|
|
|
public String getThumbnail() {
|
|
return this.thumbnail;
|
|
}
|
|
|
|
public int getType() {
|
|
return this.type;
|
|
}
|
|
|
|
public int getUserId() {
|
|
return this.userId;
|
|
}
|
|
|
|
public void setCreateTime(long j) {
|
|
this.createTime = j;
|
|
}
|
|
|
|
public void setDescription(String str) {
|
|
this.description = str;
|
|
}
|
|
|
|
public void setFileName(String str) {
|
|
this.fileName = str;
|
|
}
|
|
|
|
public void setFileUrl(String str) {
|
|
this.fileUrl = str;
|
|
}
|
|
|
|
public void setId(int i) {
|
|
this.id = i;
|
|
}
|
|
|
|
public void setIsDeleted(int i) {
|
|
this.isDeleted = i;
|
|
}
|
|
|
|
public void setOrder(Object obj) {
|
|
this.order = obj;
|
|
}
|
|
|
|
public void setPostId(int i) {
|
|
this.postId = i;
|
|
}
|
|
|
|
public void setThumbnail(String str) {
|
|
this.thumbnail = str;
|
|
}
|
|
|
|
public void setType(int i) {
|
|
this.type = i;
|
|
}
|
|
|
|
public void setUserId(int i) {
|
|
this.userId = i;
|
|
}
|
|
}
|
|
|
|
public long getActivityId() {
|
|
return this.activityId;
|
|
}
|
|
|
|
public String getActivityName() {
|
|
return this.activityName;
|
|
}
|
|
|
|
public int getBrowseNum() {
|
|
return this.browseNum;
|
|
}
|
|
|
|
public int getCollectNum() {
|
|
return this.collectNum;
|
|
}
|
|
|
|
public int getCommentNum() {
|
|
return this.commentNum;
|
|
}
|
|
|
|
public int getComponents() {
|
|
return this.components;
|
|
}
|
|
|
|
public long getCreateTime() {
|
|
return this.createTime;
|
|
}
|
|
|
|
public int getCreateUser() {
|
|
return this.createUser;
|
|
}
|
|
|
|
public List<FilesBean> getFiles() {
|
|
return this.files;
|
|
}
|
|
|
|
public int getHasCollected() {
|
|
return this.hasCollected;
|
|
}
|
|
|
|
public int getHasComplaint() {
|
|
return this.hasComplaint;
|
|
}
|
|
|
|
public int getHasPraised() {
|
|
return this.hasPraised;
|
|
}
|
|
|
|
public int getId() {
|
|
return this.id;
|
|
}
|
|
|
|
public int getIsSubscribed() {
|
|
return this.isSubscribed;
|
|
}
|
|
|
|
public int getLevel() {
|
|
return this.level;
|
|
}
|
|
|
|
public String getNickName() {
|
|
return this.nickName;
|
|
}
|
|
|
|
public String getPostCoverName() {
|
|
return this.postCoverName;
|
|
}
|
|
|
|
public String getPostCoverUrl() {
|
|
return this.postCoverUrl;
|
|
}
|
|
|
|
public String getPostIcon() {
|
|
return this.postIcon;
|
|
}
|
|
|
|
public int getPraiseNum() {
|
|
return this.praiseNum;
|
|
}
|
|
|
|
public String getResourceUrl() {
|
|
return this.resourceUrl;
|
|
}
|
|
|
|
public int getShareNum() {
|
|
return this.shareNum;
|
|
}
|
|
|
|
public int getStatus() {
|
|
return this.status;
|
|
}
|
|
|
|
public String getTags() {
|
|
return this.tags;
|
|
}
|
|
|
|
public String getTitle() {
|
|
return this.title;
|
|
}
|
|
|
|
public String getUserImage() {
|
|
return this.userImage;
|
|
}
|
|
|
|
public void setActivityId(long j) {
|
|
this.activityId = j;
|
|
}
|
|
|
|
public void setActivityName(String str) {
|
|
this.activityName = str;
|
|
}
|
|
|
|
public void setBrowseNum(int i) {
|
|
this.browseNum = i;
|
|
}
|
|
|
|
public void setCollectNum(int i) {
|
|
this.collectNum = i;
|
|
}
|
|
|
|
public void setCommentNum(int i) {
|
|
this.commentNum = i;
|
|
}
|
|
|
|
public void setComponents(int i) {
|
|
this.components = i;
|
|
}
|
|
|
|
public void setCreateTime(long j) {
|
|
this.createTime = j;
|
|
}
|
|
|
|
public void setCreateUser(int i) {
|
|
this.createUser = i;
|
|
}
|
|
|
|
public void setFiles(List<FilesBean> list) {
|
|
this.files = list;
|
|
}
|
|
|
|
public void setHasCollected(int i) {
|
|
this.hasCollected = i;
|
|
}
|
|
|
|
public void setHasComplaint(int i) {
|
|
this.hasComplaint = i;
|
|
}
|
|
|
|
public void setHasPraised(int i) {
|
|
this.hasPraised = i;
|
|
}
|
|
|
|
public void setId(int i) {
|
|
this.id = i;
|
|
}
|
|
|
|
public void setIsSubscribed(int i) {
|
|
this.isSubscribed = i;
|
|
}
|
|
|
|
public void setLevel(int i) {
|
|
this.level = i;
|
|
}
|
|
|
|
public void setNickName(String str) {
|
|
this.nickName = str;
|
|
}
|
|
|
|
public void setPostCoverName(String str) {
|
|
this.postCoverName = str;
|
|
}
|
|
|
|
public void setPostCoverUrl(String str) {
|
|
this.postCoverUrl = str;
|
|
}
|
|
|
|
public void setPostIcon(String str) {
|
|
this.postIcon = str;
|
|
}
|
|
|
|
public void setPraiseNum(int i) {
|
|
this.praiseNum = i;
|
|
}
|
|
|
|
public void setResourceUrl(String str) {
|
|
this.resourceUrl = str;
|
|
}
|
|
|
|
public void setShareNum(int i) {
|
|
this.shareNum = i;
|
|
}
|
|
|
|
public void setStatus(int i) {
|
|
this.status = i;
|
|
}
|
|
|
|
public void setTags(String str) {
|
|
this.tags = str;
|
|
}
|
|
|
|
public void setTitle(String str) {
|
|
this.title = str;
|
|
}
|
|
|
|
public void setUserImage(String str) {
|
|
this.userImage = str;
|
|
}
|
|
}
|