public class Message extends Object
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
String |
getHtmlBody() |
String |
getPlainBody() |
void |
setHtmlBody(String html) |
void |
setPlainBody(String plain) |
public String getPlainBody()
public void setPlainBody(String plain)
plain
- the plain to setpublic String getHtmlBody()
public void setHtmlBody(String html)
html
- the html to set