public class MessageInfo extends Object implements Serializable
Constructor and Description |
---|
MessageInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getActualRecipientCount()
Returns the number of actual recipients.
|
String |
getAuthorId()
Returns the user id of the message author.
|
int |
getBounceCount()
Returns the number of bounces received for this message.
|
int |
getClickerCount()
Returns the number of unique clickers for this message.
|
float |
getClickRate()
Returns the click rate for this message.
|
Date |
getCreationDate()
Returns the message creation date.
|
int |
getForwardCount()
Returns the number of forwards associated with this message.
|
String |
getGroupId()
Returns the group id of the associated group.
|
String |
getId()
Returns the message id.
|
String |
getName()
Returns the message name.
|
float |
getOpenRate()
Returns the open rate for this message.
|
int |
getReaderCount()
Returns the number of unique readers for this message.
|
int |
getRecipientCount()
Returns the number of recipients.
|
Date |
getSendDate()
Returns the message send date.
|
float |
getSendoutProgress()
Returns the sendout progress in percent.
NOTE: For messages with a status other than processing or
sent , the returned value is undefined. |
long |
getSize()
Returns the message size in bytes.
|
String |
getStatus()
Returns the message status.
|
String |
getSubject()
Returns the message subject.
|
String |
getType()
Returns the message type.
|
int |
getUnsubscriptionCount()
Returns the number of unsubscriptions associated with this message.
|
void |
setActualRecipientCount(int actualRecipientCount) |
void |
setAuthorId(String authorId) |
void |
setBounceCount(int bounceCount) |
void |
setClickerCount(int clickerCount) |
void |
setClickRate(float clickRate) |
void |
setCreationDate(Date creationDate) |
void |
setForwardCount(int forwardCount) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOpenRate(float openRate) |
void |
setReaderCount(int readerCount) |
void |
setRecipientCount(int recipientCount) |
void |
setSendDate(Date sendDate) |
void |
setSendoutProgress(float sendoutProgress) |
void |
setSize(long size) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
void |
setType(String type) |
void |
setUnsubscriptionCount(int unsubscriptionCount) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getSubject()
public void setSubject(String subject)
public String getType()
public void setType(String type)
public String getStatus()
public void setStatus(String status)
public float getSendoutProgress()
processing
or
sent
, the returned value is undefined.public void setSendoutProgress(float sendoutProgress)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getSendDate()
null
.null
.public void setSendDate(Date sendDate)
public long getSize()
public void setSize(long size)
public String getAuthorId()
public void setAuthorId(String authorId)
public String getGroupId()
public void setGroupId(String groupId)
public int getRecipientCount()
public void setRecipientCount(int recipientCount)
public int getActualRecipientCount()
public void setActualRecipientCount(int actualRecipientCount)
public int getBounceCount()
public void setBounceCount(int bounceCount)
public int getReaderCount()
public void setReaderCount(int readerCount)
public int getClickerCount()
public void setClickerCount(int clickerCount)
public int getForwardCount()
public void setForwardCount(int forwardCount)
public int getUnsubscriptionCount()
public void setUnsubscriptionCount(int unsubscriptionCount)
public float getOpenRate()
public void setOpenRate(float openRate)
public float getClickRate()
public void setClickRate(float clickRate)
© 2004..2009, eCircle AG, Version: 1.82 (${buildNumber})