public class HourlyMessageStats extends Object implements Serializable
Constructor and Description |
---|
HourlyMessageStats() |
Modifier and Type | Method and Description |
---|---|
Date |
getHour()
Returns a date expressing the hour for which the data is aggregated.
|
int |
getNoOfBounces()
Returns the number of bounces for the message within this hour.
|
int |
getNoOfClicks()
Returns the number of clicks for the message within this hour.
|
int |
getNoOfOpenings()
Returns the number of openings for the message within this hour.
|
int |
getNoOfUnsubscriptions()
Returns the number of unsubcriptions for the message within this hour.
|
void |
setHour(Date hour) |
void |
setNoOfBounces(int noOfBounces) |
void |
setNoOfClicks(int noOfClicks) |
void |
setNoOfOpenings(int noOfOpenings) |
void |
setNoOfUnsubscriptions(int noOfUnsubscriptions) |
public Date getHour()
public void setHour(Date hour)
public int getNoOfOpenings()
public void setNoOfOpenings(int noOfOpenings)
public int getNoOfClicks()
public void setNoOfClicks(int noOfClicks)
public int getNoOfBounces()
public void setNoOfBounces(int noOfBounces)
public int getNoOfUnsubscriptions()
public void setNoOfUnsubscriptions(int noOfUnsubscriptions)
© 2004..2009, eCircle AG, Version: 1.82 (${buildNumber})