@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VolumeStatistics extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about the amount of email that was delivered to recipients.
Constructor and Description |
---|
VolumeStatistics() |
Modifier and Type | Method and Description |
---|---|
VolumeStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getInboxRawCount()
The total number of emails that arrived in recipients' inboxes.
|
Long |
getProjectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
Long |
getProjectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk
mail folders.
|
Long |
getSpamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
|
void |
setProjectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
void |
setProjectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk
mail folders.
|
void |
setSpamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
|
String |
toString()
Returns a string representation of this object.
|
VolumeStatistics |
withInboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
|
VolumeStatistics |
withProjectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
VolumeStatistics |
withProjectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk
mail folders.
|
VolumeStatistics |
withSpamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
|
public void setInboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
inboxRawCount
- The total number of emails that arrived in recipients' inboxes.public Long getInboxRawCount()
The total number of emails that arrived in recipients' inboxes.
public VolumeStatistics withInboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
inboxRawCount
- The total number of emails that arrived in recipients' inboxes.public void setSpamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
spamRawCount
- The total number of emails that arrived in recipients' spam or junk mail folders.public Long getSpamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.
public VolumeStatistics withSpamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
spamRawCount
- The total number of emails that arrived in recipients' spam or junk mail folders.public void setProjectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
projectedInbox
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients'
inboxes.public Long getProjectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
public VolumeStatistics withProjectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
projectedInbox
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients'
inboxes.public void setProjectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
projectedSpam
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam
or junk mail folders.public Long getProjectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
public VolumeStatistics withProjectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
projectedSpam
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam
or junk mail folders.public String toString()
toString
in class Object
Object.toString()
public VolumeStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.