Class Address


  • public class Address
    extends Object
    A Mailhog Address
    Author:
    maxence
    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getDomain

        public String getDomain()
        Get the value of domain
        Returns:
        the value of domain
      • setDomain

        public void setDomain​(String domain)
        Set the value of domain
        Parameters:
        domain - new value of domain
      • getParams

        public String getParams()
        Get the value of params
        Returns:
        the value of params
      • setParams

        public void setParams​(String params)
        Set the value of params
        Parameters:
        params - new value of params
      • getMailbox

        public String getMailbox()
        Get the value of mailbox
        Returns:
        the value of mailbox
      • setMailbox

        public void setMailbox​(String mailbox)
        Set the value of mailbox
        Parameters:
        mailbox - new value of mailbox