public class DocumentCommentJson extends BaseJson
Constructor and Description |
---|
DocumentCommentJson() |
getObjType, setObjType, toString
public String getCreatingUserAddress()
public void setCreatingUserAddress(String creatingUserAddress)
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
public String getData()
public void setData(String data)
public String getDocumentUuid()
public void setDocumentUuid(String documentUuid)
public Boolean getIsRead()
public void setIsRead(Boolean isRead)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Integer getRoomId()
public void setRoomId(Integer roomId)
public Integer getFolderId()
public void setFolderId(Integer folderId)
public String getWorkspaceUuid()
public void setWorkspaceUuid(String workspaceUuid)
public Integer getOrganizationId()
public void setOrganizationId(Integer organizationId)
public String getPath()
public void setPath(String path)
public String getCreatingUserName()
public void setCreatingUserName(String creatingUserName)
public List<DocumentCommentJson> getReplyCommentsList()
public void setReplyCommentsList(List<DocumentCommentJson> replyCommentsList)
public String getParentCommentUuid()
public void setParentCommentUuid(String parentCommentUuid)
public String getCommentUuid()
public void setCommentUuid(String commentUuid)
public String getMentionType()
public void setMentionType(String mentionType)
public Date getDeleteDate()
public void setDeleteDate(Date deleteDate)
Copyright © 2019. All rights reserved.