Class ImportSettings


  • public class ImportSettings
    extends Object
    Import settings.
    Since:
    Mattermost Server 5.32
    • Constructor Detail

      • ImportSettings

        public ImportSettings()
    • Method Detail

      • getDirectory

        public String getDirectory()
      • getRetentionDays

        public int getRetentionDays()
      • setDirectory

        public void setDirectory​(String directory)
      • setRetentionDays

        public void setRetentionDays​(int retentionDays)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object