
public final class SendEmailRequest extends AbstractRequest
| Constructor and Description |
|---|
SendEmailRequest()
Instantiates a new send email request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the content.
|
String |
getEmail()
Gets the email.
|
String |
getSessionId()
Gets the session id.
|
String |
getSubject()
Gets the subject.
|
void |
setContent(String content)
Sets the content.
|
void |
setEmail(String email)
Sets the email.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
void |
setSubject(String subject)
Sets the subject.
|
equals, hashCode, toStringpublic SendEmailRequest()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId - the new session idpublic String getEmail()
public void setEmail(String email)
email - the new emailpublic String getSubject()
public void setSubject(String subject)
subject - the new subjectpublic String getContent()
public void setContent(String content)
content - the new contentCopyright © 2010–2017 www.hack23.com. All rights reserved.