Class GlobalRelayMessageExportSettings


  • public class GlobalRelayMessageExportSettings
    extends Object
    Global Relay format specific settings.
    Since:
    Mattermost Server 5.9.0
    • Constructor Detail

      • GlobalRelayMessageExportSettings

        public GlobalRelayMessageExportSettings()
    • Method Detail

      • getCustomerType

        public String getCustomerType()
      • getSmtpUsername

        public String getSmtpUsername()
      • getSmtpPassword

        public String getSmtpPassword()
      • getEmailAddress

        public String getEmailAddress()
      • getSmtpServerTimeout

        public int getSmtpServerTimeout()
        Since:
        Mattermost Server 5.26
      • setCustomerType

        public void setCustomerType​(String customerType)
      • setSmtpUsername

        public void setSmtpUsername​(String smtpUsername)
      • setSmtpPassword

        public void setSmtpPassword​(String smtpPassword)
      • setEmailAddress

        public void setEmailAddress​(String emailAddress)
      • setSmtpServerTimeout

        public void setSmtpServerTimeout​(int smtpServerTimeout)
        Since:
        Mattermost Server 5.26
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object