Class ExportSettings


  • public class ExportSettings
    extends Object
    Export settings.
    Since:
    Mattermost Server 5.34
    • Constructor Detail

      • ExportSettings

        public ExportSettings()
    • 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