Class SendEmailRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      SendEmailRequest()
      Instantiates a new send email request.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Gets the content.
      java.lang.String getEmail()
      Gets the email.
      java.lang.String getSessionId()
      Gets the session id.
      java.lang.String getSubject()
      Gets the subject.
      void setContent​(java.lang.String content)
      Sets the content.
      void setEmail​(java.lang.String email)
      Sets the email.
      void setSessionId​(java.lang.String sessionId)
      Sets the session id.
      void setSubject​(java.lang.String subject)
      Sets the subject.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SendEmailRequest

        public SendEmailRequest()
        Instantiates a new send email request.
    • Method Detail

      • getSessionId

        public java.lang.String getSessionId()
        Gets the session id.
        Returns:
        the session id
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets the session id.
        Parameters:
        sessionId - the new session id
      • getEmail

        public java.lang.String getEmail()
        Gets the email.
        Returns:
        the email
      • setEmail

        public void setEmail​(java.lang.String email)
        Sets the email.
        Parameters:
        email - the new email
      • getSubject

        public java.lang.String getSubject()
        Gets the subject.
        Returns:
        the subject
      • setSubject

        public void setSubject​(java.lang.String subject)
        Sets the subject.
        Parameters:
        subject - the new subject
      • getContent

        public java.lang.String getContent()
        Gets the content.
        Returns:
        the content
      • setContent

        public void setContent​(java.lang.String content)
        Sets the content.
        Parameters:
        content - the new content