Class Content
java.lang.Object
ch.colabproject.colab.tests.mailhog.model.Content
- Author:
- maxence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()Get the value of bodyGet the value of headersgetMime()Get the value of mimegetSize()Get the value of sizevoidSet the value of bodyvoidsetHeaders(Map<String, List<String>> headers) Set the value of headersvoidSet the value of mimevoidSet the value of size
-
Constructor Details
-
Content
public Content()
-
-
Method Details
-
getBody
Get the value of body- Returns:
- the value of body
-
setBody
Set the value of body- Parameters:
body- new value of body
-
getSize
Get the value of size- Returns:
- the value of size
-
setSize
Set the value of size- Parameters:
size- new value of size
-
getMime
Get the value of mime- Returns:
- the value of mime
-
setMime
Set the value of mime- Parameters:
mime- new value of mime
-
getHeaders
Get the value of headers- Returns:
- the value of headers
-
setHeaders
Set the value of headers- Parameters:
headers- new value of headers
-