Class Message

    • Method Detail

      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String subject)
      • setTo

        public void setTo​(@NotNull
                          List<String> to)
      • setCc

        public void setCc​(@NotNull
                          List<String> cc)
      • setBcc

        public void setBcc​(@NotNull
                           List<String> bcc)
      • getContentType

        public String getContentType()
      • setContentType

        public void setContentType​(String contentType)
      • getFrom

        public String getFrom()
      • setFrom

        public void setFrom​(String from)
      • debugDump

        public String debugDump()
        Description copied from interface: DebugDumpable
        Show the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.
        Specified by:
        debugDump in interface DebugDumpable
        Returns:
        content of the object intended for diagnostics by system administrator.