Class Address
java.lang.Object
ch.colabproject.colab.tests.mailhog.model.Address
A Mailhog Address
- Author:
- maxence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the value of domainGet the value of mailboxGet the value of paramsvoidSet the value of domainvoidsetMailbox(String mailbox) Set the value of mailboxvoidSet the value of params
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getDomain
Get the value of domain- Returns:
- the value of domain
-
setDomain
Set the value of domain- Parameters:
domain- new value of domain
-
getParams
Get the value of params- Returns:
- the value of params
-
setParams
Set the value of params- Parameters:
params- new value of params
-
getMailbox
Get the value of mailbox- Returns:
- the value of mailbox
-
setMailbox
Set the value of mailbox- Parameters:
mailbox- new value of mailbox
-