Class Raw
java.lang.Object
ch.colabproject.colab.tests.mailhog.model.Raw
Raw part of Mailhog message.
- Author:
- maxence
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getHelo
Get the value of helo- Returns:
- the value of helo
-
setHelo
Set the value of helo- Parameters:
helo- new value of helo
-
getFrom
Get the value of from- Returns:
- the value of from
-
setFrom
Set the value of from- Parameters:
from- new value of from
-
getTo
Get the value of to- Returns:
- the value of to
-
setTo
Set the value of to- Parameters:
to- new value of to
-
getData
Get the value of data- Returns:
- the value of data
-
setData
Set the value of data- Parameters:
data- new value of data
-