public class Message extends Object implements Serializable
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
Audience |
getAudience() |
Date |
getCreatedtimestamp() |
Party |
getFromparty() |
List<MessageInstance> |
getMessageinstances() |
List<MessageRecipient> |
getMessagerecipients() |
String |
getMessagetext() |
UUID |
getMessageuuid() |
String |
getRecipientselectionmethod() |
Schedule |
getSchedule() |
Boolean |
getSendnowflag() |
TargetLocation |
getTargetlocation() |
void |
setAudience(Audience audience) |
void |
setCreatedtimestamp(Date createdtimestamp) |
void |
setFromparty(Party fromparty) |
void |
setMessageinstances(List<MessageInstance> messageinstances) |
void |
setMessagerecipients(List<MessageRecipient> messagerecipients) |
void |
setMessagetext(String messagetext) |
void |
setMessageuuid(UUID messageuuid) |
void |
setRecipientselectionmethod(String recipientselectionmethod) |
void |
setSchedule(Schedule schedule) |
void |
setSendnowflag(Boolean sendnowflag) |
void |
setTargetlocation(TargetLocation targetlocation) |
public UUID getMessageuuid()
public void setMessageuuid(UUID messageuuid)
messageuuid - the messageuuid to setpublic String getMessagetext()
public void setMessagetext(String messagetext)
messagetext - the messagetext to setpublic Date getCreatedtimestamp()
public void setCreatedtimestamp(Date createdtimestamp)
createdtimestamp - the createdtimestamp to setpublic Party getFromparty()
public void setFromparty(Party fromparty)
fromparty - the fromparty to setpublic List<MessageRecipient> getMessagerecipients()
public void setMessagerecipients(List<MessageRecipient> messagerecipients)
messagerecipients - the messagerecipients to setpublic Audience getAudience()
public void setAudience(Audience audience)
audience - the audience to setpublic TargetLocation getTargetlocation()
public void setTargetlocation(TargetLocation targetlocation)
targetlocation - the targetlocation to setpublic Schedule getSchedule()
public void setSchedule(Schedule schedule)
schedule - the schedule to setpublic Boolean getSendnowflag()
public void setSendnowflag(Boolean sendnowflag)
sendnowflag - the sendnowflag to setpublic String getRecipientselectionmethod()
public void setRecipientselectionmethod(String recipientselectionmethod)
recipientselectionmethod - the recipientselectionmethod to setpublic List<MessageInstance> getMessageinstances()
public void setMessageinstances(List<MessageInstance> messageinstances)
messageinstances - the messageinstances to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.