Class Address
- java.lang.Object
-
- ch.colabproject.colab.tests.mailhog.model.Address
-
public class Address extends Object
A Mailhog Address- Author:
- maxence
-
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDomain()
Get the value of domainString
getMailbox()
Get the value of mailboxString
getParams()
Get the value of paramsvoid
setDomain(String domain)
Set the value of domainvoid
setMailbox(String mailbox)
Set the value of mailboxvoid
setParams(String params)
Set the value of params
-
-
-
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
-
-