@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverallVolume extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about email that was sent from the selected domain.
Constructor and Description |
---|
OverallVolume() |
Modifier and Type | Method and Description |
---|---|
OverallVolume |
clone() |
boolean |
equals(Object obj) |
List<DomainIspPlacement> |
getDomainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
|
Double |
getReadRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
|
VolumeStatistics |
getVolumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
void |
setReadRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
|
void |
setVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
String |
toString()
Returns a string representation of this object.
|
OverallVolume |
withDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume |
withDomainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume |
withReadRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
|
OverallVolume |
withVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
public void setVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
volumeStatistics
- An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.public VolumeStatistics getVolumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
public OverallVolume withVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
volumeStatistics
- An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.public void setReadRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
readRatePercent
- The percentage of emails that were sent from the domain that were read by their recipients.public Double getReadRatePercent()
The percentage of emails that were sent from the domain that were read by their recipients.
public OverallVolume withReadRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
readRatePercent
- The percentage of emails that were sent from the domain that were read by their recipients.public List<DomainIspPlacement> getDomainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
public void setDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
domainIspPlacements
- An object that contains inbox and junk mail placement metrics for individual email providers.public OverallVolume withDomainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
NOTE: This method appends the values to the existing list (if any). Use
setDomainIspPlacements(java.util.Collection)
or withDomainIspPlacements(java.util.Collection)
if you want to override the existing values.
domainIspPlacements
- An object that contains inbox and junk mail placement metrics for individual email providers.public OverallVolume withDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
domainIspPlacements
- An object that contains inbox and junk mail placement metrics for individual email providers.public String toString()
toString
in class Object
Object.toString()
public OverallVolume clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.