public class EmailMessage extends Message
| Constructor and Description |
|---|
EmailMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<MessageAttachment> |
getAttachments() |
Brand |
getBrand() |
Boolean |
getCcsender() |
String |
getDomainname() |
EmailService |
getEmailservice() |
EmailTemplate |
getEmailtemplate() |
String |
getRecaptcharesponse() |
String |
getStaticpath() |
String |
getStatus() |
String |
getSubject() |
List<EmailWebContent> |
getWebcontent() |
UUID |
getWebsiteuuid() |
void |
setAttachments(List<MessageAttachment> attachments) |
void |
setBrand(Brand brand) |
void |
setCcsender(Boolean ccsender) |
void |
setDomainname(String domainname) |
void |
setEmailservice(EmailService emailservice) |
void |
setEmailtemplate(EmailTemplate emailtemplate) |
void |
setRecaptcharesponse(String recaptcharesponse) |
void |
setStaticpath(String staticpath) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
void |
setWebcontent(List<EmailWebContent> webcontent) |
void |
setWebsiteuuid(UUID websiteuuid) |
getAudience, getCreatedtimestamp, getFromparty, getMessageinstances, getMessagerecipients, getMessagetext, getMessageuuid, getRecipientselectionmethod, getSchedule, getSendnowflag, getTargetlocation, setAudience, setCreatedtimestamp, setFromparty, setMessageinstances, setMessagerecipients, setMessagetext, setMessageuuid, setRecipientselectionmethod, setSchedule, setSendnowflag, setTargetlocationpublic String getSubject()
public void setSubject(String subject)
subject - the subject to setpublic Boolean getCcsender()
public void setCcsender(Boolean ccsender)
ccsender - the ccsender to setpublic EmailTemplate getEmailtemplate()
public void setEmailtemplate(EmailTemplate emailtemplate)
emailtemplate - the emailtemplate to setpublic EmailService getEmailservice()
public void setEmailservice(EmailService emailservice)
emailservice - the emailservice to setpublic String getRecaptcharesponse()
public void setRecaptcharesponse(String recaptcharesponse)
recaptcharesponse - the recaptcharesponse to setpublic List<EmailWebContent> getWebcontent()
public void setWebcontent(List<EmailWebContent> webcontent)
webcontent - the webcontent to setpublic String getDomainname()
public void setDomainname(String domainname)
domainname - the domainname to setpublic String getStaticpath()
public void setStaticpath(String staticpath)
staticpath - the staticpath to setpublic UUID getWebsiteuuid()
public void setWebsiteuuid(UUID websiteuuid)
websiteuuid - the websiteuuid to setpublic Brand getBrand()
public void setBrand(Brand brand)
brand - the brand to setpublic List<MessageAttachment> getAttachments()
public void setAttachments(List<MessageAttachment> attachments)
attachments - the attachments to setpublic String getStatus()
public void setStatus(String status)
status - the status to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.