Class SendDataPoint

    • Method Detail

      • timestamp

        public final Instant timestamp()

        Time of the data point.

        Returns:
        Time of the data point.
      • deliveryAttempts

        public final Long deliveryAttempts()

        Number of emails that have been sent.

        Returns:
        Number of emails that have been sent.
      • bounces

        public final Long bounces()

        Number of emails that have bounced.

        Returns:
        Number of emails that have bounced.
      • complaints

        public final Long complaints()

        Number of unwanted emails that were rejected by recipients.

        Returns:
        Number of unwanted emails that were rejected by recipients.
      • rejects

        public final Long rejects()

        Number of emails rejected by Amazon SES.

        Returns:
        Number of emails rejected by Amazon SES.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)