Class Raw


  • public class Raw
    extends Object
    Raw part of Mailhog message.
    Author:
    maxence
    • Constructor Detail

      • Raw

        public Raw()
    • Method Detail

      • getHelo

        public String getHelo()
        Get the value of helo
        Returns:
        the value of helo
      • setHelo

        public void setHelo​(String helo)
        Set the value of helo
        Parameters:
        helo - new value of helo
      • getFrom

        public String getFrom()
        Get the value of from
        Returns:
        the value of from
      • setFrom

        public void setFrom​(String from)
        Set the value of from
        Parameters:
        from - new value of from
      • getTo

        public List<String> getTo()
        Get the value of to
        Returns:
        the value of to
      • setTo

        public void setTo​(List<String> to)
        Set the value of to
        Parameters:
        to - new value of to
      • getData

        public String getData()
        Get the value of data
        Returns:
        the value of data
      • setData

        public void setData​(String data)
        Set the value of data
        Parameters:
        data - new value of data