@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendDataPoint extends Object implements Serializable, Cloneable
Represents sending statistics data. Each SendDataPoint
contains statistics for a 15-minute period of
sending activity.
Constructor and Description |
---|
SendDataPoint() |
Modifier and Type | Method and Description |
---|---|
SendDataPoint |
clone() |
boolean |
equals(Object obj) |
Long |
getBounces()
Number of emails that have bounced.
|
Long |
getComplaints()
Number of unwanted emails that were rejected by recipients.
|
Long |
getDeliveryAttempts()
Number of emails that have been sent.
|
Long |
getRejects()
Number of emails rejected by Amazon SES.
|
Date |
getTimestamp()
Time of the data point.
|
int |
hashCode() |
void |
setBounces(Long bounces)
Number of emails that have bounced.
|
void |
setComplaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
|
void |
setDeliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
|
void |
setRejects(Long rejects)
Number of emails rejected by Amazon SES.
|
void |
setTimestamp(Date timestamp)
Time of the data point.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SendDataPoint |
withBounces(Long bounces)
Number of emails that have bounced.
|
SendDataPoint |
withComplaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
|
SendDataPoint |
withDeliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
|
SendDataPoint |
withRejects(Long rejects)
Number of emails rejected by Amazon SES.
|
SendDataPoint |
withTimestamp(Date timestamp)
Time of the data point.
|
public void setTimestamp(Date timestamp)
Time of the data point.
timestamp
- Time of the data point.public Date getTimestamp()
Time of the data point.
public SendDataPoint withTimestamp(Date timestamp)
Time of the data point.
timestamp
- Time of the data point.public void setDeliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
deliveryAttempts
- Number of emails that have been sent.public Long getDeliveryAttempts()
Number of emails that have been sent.
public SendDataPoint withDeliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
deliveryAttempts
- Number of emails that have been sent.public void setBounces(Long bounces)
Number of emails that have bounced.
bounces
- Number of emails that have bounced.public Long getBounces()
Number of emails that have bounced.
public SendDataPoint withBounces(Long bounces)
Number of emails that have bounced.
bounces
- Number of emails that have bounced.public void setComplaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
complaints
- Number of unwanted emails that were rejected by recipients.public Long getComplaints()
Number of unwanted emails that were rejected by recipients.
public SendDataPoint withComplaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
complaints
- Number of unwanted emails that were rejected by recipients.public void setRejects(Long rejects)
Number of emails rejected by Amazon SES.
rejects
- Number of emails rejected by Amazon SES.public Long getRejects()
Number of emails rejected by Amazon SES.
public SendDataPoint withRejects(Long rejects)
Number of emails rejected by Amazon SES.
rejects
- Number of emails rejected by Amazon SES.public String toString()
toString
in class Object
Object.toString()
public SendDataPoint clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.