Klasse NotificationConfiguration

java.lang.Object
de.dlr.proseo.notification.NotificationConfiguration

@Configuration @ConfigurationProperties(prefix="proseo.notification") public class NotificationConfiguration extends Object
Configuration class for the prosEO NotificationService component
Autor:
Ernst Melchinger
  • Konstruktordetails

    • NotificationConfiguration

      public NotificationConfiguration()
  • Methodendetails

    • getSubject

      public String getSubject()
      Gibt zurück:
      the subject
    • getContentType

      public String getContentType()
      Gibt zurück:
      the contentType
    • setSubject

      public void setSubject(String subject)
      Parameter:
      subject - the subject to set
    • setContentType

      public void setContentType(String contentType)
      Parameter:
      contentType - the contentType to set
    • getHttpTimeout

      public Long getHttpTimeout()
      Gibt zurück:
      the httpTimeout
    • setHttpTimeout

      public void setHttpTimeout(Long httpTimeout)
      Parameter:
      httpTimeout - the httpTimeout to set
    • getMailSender

      public String getMailSender()
      Gibt zurück:
      the mailSender
    • getMailHost

      public String getMailHost()
      Gibt zurück:
      the mailHost
    • getMailPort

      public Long getMailPort()
      Gibt zurück:
      the mailPort
    • getMailUser

      public String getMailUser()
      Gibt zurück:
      the mailUser
    • getMailPassword

      public String getMailPassword()
      Gibt zurück:
      the mailPassword
    • getMailAuth

      public Boolean getMailAuth()
      Gibt zurück:
      the mailAuth
    • getMailStarttls

      public Boolean getMailStarttls()
      Gibt zurück:
      the mailStarttls
    • getMailTimeout

      public Long getMailTimeout()
      Gibt zurück:
      the mailTimeout
    • setMailSender

      public void setMailSender(String mailSender)
      Parameter:
      mailSender - the mailSender to set
    • setMailHost

      public void setMailHost(String mailHost)
      Parameter:
      mailHost - the mailHost to set
    • setMailPort

      public void setMailPort(Long mailPort)
      Parameter:
      mailPort - the mailPort to set
    • setMailUser

      public void setMailUser(String mailUser)
      Parameter:
      mailUser - the mailUser to set
    • setMailPassword

      public void setMailPassword(String mailPassword)
      Parameter:
      mailPassword - the mailPassword to set
    • setMailAuth

      public void setMailAuth(Boolean mailAuth)
      Parameter:
      mailAuth - the mailAuth to set
    • setMailStarttls

      public void setMailStarttls(Boolean mailStarttls)
      Parameter:
      mailStarttls - the mailStarttls to set
    • setMailTimeout

      public void setMailTimeout(Long mailTimeout)
      Parameter:
      mailTimeout - the mailTimeout to set