@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlacementStatistics extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains inbox placement data for an email provider.
Constructor and Description |
---|
PlacementStatistics() |
Modifier and Type | Method and Description |
---|---|
PlacementStatistics |
clone() |
boolean |
equals(Object obj) |
Double |
getDkimPercentage()
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive
inbox placement test.
|
Double |
getInboxPercentage()
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
Double |
getMissingPercentage()
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement
test.
|
Double |
getSpamPercentage()
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
Double |
getSpfPercentage()
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive
inbox placement test.
|
void |
setInboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
void |
setMissingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement
test.
|
void |
setSpamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
void |
setSpfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
String |
toString()
Returns a string representation of this object.
|
PlacementStatistics |
withDkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive
inbox placement test.
|
PlacementStatistics |
withInboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
PlacementStatistics |
withMissingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement
test.
|
PlacementStatistics |
withSpamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
PlacementStatistics |
withSpfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
public void setInboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
inboxPercentage
- The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.public Double getInboxPercentage()
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
public PlacementStatistics withInboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
inboxPercentage
- The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.public void setSpamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
spamPercentage
- The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.public Double getSpamPercentage()
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
public PlacementStatistics withSpamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
spamPercentage
- The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.public void setMissingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
missingPercentage
- The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox
placement test.public Double getMissingPercentage()
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
public PlacementStatistics withMissingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
missingPercentage
- The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox
placement test.public void setSpfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
spfPercentage
- The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the
predictive inbox placement test.public Double getSpfPercentage()
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
public PlacementStatistics withSpfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
spfPercentage
- The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the
predictive inbox placement test.public void setDkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
dkimPercentage
- The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the
predictive inbox placement test.public Double getDkimPercentage()
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
public PlacementStatistics withDkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
dkimPercentage
- The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the
predictive inbox placement test.public String toString()
toString
in class Object
Object.toString()
public PlacementStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.