@Generated(value="software.amazon.awssdk:codegen") public final class VolumeStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>
An object that contains information about the amount of email that was delivered to recipients.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VolumeStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VolumeStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
inboxRawCount()
The total number of emails that arrived in recipients' inboxes.
|
Long |
projectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
Long |
projectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk
mail folders.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeStatistics.Builder> |
serializableBuilderClass() |
Long |
spamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.
|
VolumeStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long inboxRawCount()
The total number of emails that arrived in recipients' inboxes.
public final Long spamRawCount()
The total number of emails that arrived in recipients' spam or junk mail folders.
public final Long projectedInbox()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
public final Long projectedSpam()
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
public VolumeStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>public static VolumeStatistics.Builder builder()
public static Class<? extends VolumeStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.