Class GroupFilesResp.Folders

java.lang.Object
com.mikuac.shiro.dto.action.response.GroupFilesResp.Folders
Enclosing class:
GroupFilesResp

public static class GroupFilesResp.Folders extends Object
群文件夹
  • Constructor Details

    • Folders

      public Folders()
  • Method Details

    • getFolderId

      public String getFolderId()
    • getFolderName

      public String getFolderName()
    • getCreateTime

      public Long getCreateTime()
    • getCreator

      public Long getCreator()
    • getCreatorName

      public String getCreatorName()
    • getTotalFileCount

      public Integer getTotalFileCount()
    • setFolderId

      public void setFolderId(String folderId)
    • setFolderName

      public void setFolderName(String folderName)
    • setCreateTime

      public void setCreateTime(Long createTime)
    • setCreator

      public void setCreator(Long creator)
    • setCreatorName

      public void setCreatorName(String creatorName)
    • setTotalFileCount

      public void setTotalFileCount(Integer totalFileCount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object