Package com.mailersend.sdk.templates
Class TemplateStats
- java.lang.Object
-
- com.mailersend.sdk.templates.TemplateStats
-
public class TemplateStats extends Object
TemplateStats class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Constructor Summary
Constructors Constructor Description TemplateStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidparseDates()Parses the string dates from the response into java.util.Date objectsprotected voidpostDeserialize()Is called to perform any actions after the deserialization of the response Do not call directly
-
-
-
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
-
-