Class TemplateStats


  • public class TemplateStats
    extends Object

    TemplateStats class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • Field Detail

      • total

        @SerializedName("total")
        public int total
      • processed

        @SerializedName("processed")
        public int processed
      • queued

        @SerializedName("queued")
        public int queued
      • sent

        @SerializedName("sent")
        public int sent
      • rejected

        @SerializedName("rejected")
        public int rejected
      • delivered

        @SerializedName("delivered")
        public int delivered
      • lastEmailSentAt

        public Date lastEmailSentAt
    • Constructor Detail

      • TemplateStats

        public TemplateStats()
    • Method Detail

      • postDeserialize

        protected void postDeserialize()
        Is called to perform any actions after the deserialization of the response Do not call directly
      • parseDates

        protected void parseDates()
        Parses the string dates from the response into java.util.Date objects