Class MessageExportSettings


  • public class MessageExportSettings
    extends Object
    Message export settings.
    Since:
    Mattermost Server 4.5 (Enterprise Edition)
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • MessageExportSettings

        public MessageExportSettings()
    • Method Detail

      • isEnableExport

        public boolean isEnableExport()
      • getDailyRunTime

        public String getDailyRunTime()
      • getExportFromTimestamp

        public int getExportFromTimestamp()
      • getFileLocation

        public String getFileLocation()
      • getBatchSize

        public int getBatchSize()
      • getCustomerType

        public String getCustomerType()
      • getEmailAddress

        public String getEmailAddress()
      • getExportFormat

        public String getExportFormat()
      • isDownloadExportResults

        public boolean isDownloadExportResults()
        Since:
        Mattermost Server 5.28
      • setEnableExport

        public void setEnableExport​(boolean enableExport)
      • setDailyRunTime

        public void setDailyRunTime​(String dailyRunTime)
      • setExportFromTimestamp

        public void setExportFromTimestamp​(int exportFromTimestamp)
      • setFileLocation

        public void setFileLocation​(String fileLocation)
      • setBatchSize

        public void setBatchSize​(int batchSize)
      • setCustomerType

        public void setCustomerType​(String customerType)
      • setEmailAddress

        public void setEmailAddress​(String emailAddress)
      • setExportFormat

        public void setExportFormat​(String exportFormat)
      • setDownloadExportResults

        public void setDownloadExportResults​(boolean downloadExportResults)
        Since:
        Mattermost Server 5.28
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object