public class EmailActivitySummary
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
EmailActivitySummary(int activityId,
java.lang.String name,
java.lang.String description,
java.lang.String emailTemplateName,
java.lang.String customerProfileName,
int numOfRecipients,
int numOfBounced,
int numOfClicked,
int numOfOpened)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getActivityId()
Returns the
activityId of the e-mail activity upon which the summary is based. |
java.lang.String |
getCustomerProfileName()
Returns the name of the customer segment that is part of the e-mail activity upon
which the summary is based.
|
java.lang.String |
getDescription()
Returns the description of the e-mail activity upon which the summary is based.
|
java.lang.String |
getEmailTemplateName()
Returns the name of the e-mail template that is part of the e-mail activity upon
which the summary is based.
|
java.lang.String |
getName()
Returns the name of the e-mail activity upon which the summary is based.
|
int |
getNumberOfAssumeReceived()
Returns the number of recipients to whom this e-mail activity was assumed to be delivered to his or her mailbox.
|
int |
getNumberOfBounced()
Returns the number of bounced messages that have resulted from sending this e-mail activity.
|
int |
getNumberOfClicked()
Returns the number of recipients that have clicked this e-mail activity.
|
int |
getNumberOfOpened()
Returns the number of recipients that have opened this e-mail activity.
|
int |
getNumberOfRecipients()
Returns the number of recipients to whom this e-mail activity was attempted to be sent.
|
double |
getPercentageAssumeReceived()
Returns the percentage of recipients that have received e-mail activity.
|
double |
getPercentageBounced()
Returns the percentage of recipients for which a bounced message has been detected.
|
double |
getPercentageClicked()
Returns the percentage of recipients that have clicked on the e-mail activity.
|
double |
getPercentageClickedOverDelivered()
Returns the percentage of recipients that have clicked on the e-mail activity
relative to the number of delivered e-mails.
|
double |
getPercentageClickedOverOpened()
Returns the percentage of recipients that have clicked on the e-mail activity
relative to the number of opened e-mails.
|
double |
getPercentageOpened()
Returns the percentage of recipients that have opened the e-mail activity.
|
double |
getPercentageOpenedOverDelivered()
Returns the percentage of recipients that have opened the e-mail activity
relative to the number of delivered e-mails.
|
public static final java.lang.String COPYRIGHT
public EmailActivitySummary(int activityId, java.lang.String name, java.lang.String description, java.lang.String emailTemplateName, java.lang.String customerProfileName, int numOfRecipients, int numOfBounced, int numOfClicked, int numOfOpened)
activityId
- the ID used to represent the e-mail activity.name
- the name of the the e-mail activity.description
- the description of the e-mail activity.emailTemplateName
- the e-mail template used by the e-mail activity.customerProfileName
- the customer profile used by the e-mail activity.numOfRecipients
- the number of people were sent the e-mail activity.numOfBounced
- the number of bounced messages that were caused by the e-mail activity.numOfClicked
- the number of messages within the activity that had a URL clicked.numOfOpened
- the number of messages within the activity that were opened.public int getActivityId()
activityId
of the e-mail activity upon which the summary is based.public java.lang.String getCustomerProfileName()
public java.lang.String getDescription()
public java.lang.String getEmailTemplateName()
public java.lang.String getName()
public int getNumberOfAssumeReceived()
public int getNumberOfBounced()
public int getNumberOfClicked()
public int getNumberOfOpened()
public int getNumberOfRecipients()
public double getPercentageAssumeReceived()
public double getPercentageBounced()
public double getPercentageClicked()
public double getPercentageClickedOverDelivered()
public double getPercentageClickedOverOpened()
public double getPercentageOpened()
public double getPercentageOpenedOverDelivered()