@Generated(value="software.amazon.awssdk:codegen") public final class PlacementStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
An object that contains inbox placement data for an email provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlacementStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlacementStatistics.Builder |
builder() |
Double |
dkimPercentage()
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive
inbox placement test.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
inboxPercentage()
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
Double |
missingPercentage()
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement
test.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlacementStatistics.Builder> |
serializableBuilderClass() |
Double |
spamPercentage()
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
Double |
spfPercentage()
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
PlacementStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Double inboxPercentage()
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
public Double spamPercentage()
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
public Double missingPercentage()
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
public Double spfPercentage()
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
public Double dkimPercentage()
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
public PlacementStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>public static PlacementStatistics.Builder builder()
public static Class<? extends PlacementStatistics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.