public class KbFileModel extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
accountLoginName
平台登录名
|
private String |
content
文件内容
|
private List<String> |
contentList
搜索出的文档片段
|
private Long |
createTime
创建时间
|
private String |
createUser
创建人
|
private String |
description
文件说明
|
private Integer |
directoryId
目录ID
|
private Integer |
dislikeCount
文件点踩数量
|
private String |
enterpriseId
企业ID
|
private String |
filePath
文件路径
|
private Long |
fileSize
文件大小(K)
|
private String |
fileType
文件类型
|
private Integer |
heat
文件热点数量
|
private String |
id |
private Integer |
kbId
知识库ID
|
private Integer |
kbType
所属知识库类型,冗余kbId对应库的类型
|
private Integer |
likeCount
文件点赞数量
|
private String |
status
0 已点赞 1 已点踩 null 未被点击
|
private String |
title
标题
|
private Integer |
topStatus
0是非置顶 ,1是置顶 默认是0
|
private Long |
updateTime
更新时间
|
private String |
updateUser
更新人
|
| 构造器和说明 |
|---|
KbFileModel() |
private String id
private String enterpriseId
private String title
private Long fileSize
private String fileType
private String filePath
private String content
private Integer directoryId
private Integer kbId
private Integer kbType
private String createUser
private String updateUser
private String accountLoginName
private Integer topStatus
private Integer likeCount
private Integer dislikeCount
private String status
private Integer heat
private String description
private Long createTime
private Long updateTime
public String getId()
public void setId(String id)
public String getEnterpriseId()
public void setEnterpriseId(String enterpriseId)
public String getTitle()
public void setTitle(String title)
public Long getFileSize()
public void setFileSize(Long fileSize)
public String getFileType()
public void setFileType(String fileType)
public String getFilePath()
public void setFilePath(String filePath)
public String getContent()
public void setContent(String content)
public Integer getDirectoryId()
public void setDirectoryId(Integer directoryId)
public Integer getKbId()
public void setKbId(Integer kbId)
public Integer getKbType()
public void setKbType(Integer kbType)
public String getCreateUser()
public void setCreateUser(String createUser)
public String getUpdateUser()
public void setUpdateUser(String updateUser)
public String getAccountLoginName()
public void setAccountLoginName(String accountLoginName)
public Integer getTopStatus()
public void setTopStatus(Integer topStatus)
public Integer getLikeCount()
public void setLikeCount(Integer likeCount)
public Integer getDislikeCount()
public void setDislikeCount(Integer dislikeCount)
public String getStatus()
public void setStatus(String status)
public Integer getHeat()
public void setHeat(Integer heat)
public String getDescription()
public void setDescription(String description)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getUpdateTime()
public void setUpdateTime(Long updateTime)
Copyright © 2024. All rights reserved.