Package messages
Class SmsMessage
- java.lang.Object
-
- messages.SmsMessage
-
public class SmsMessage extends Object
SmsMessage class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Constructor Summary
Constructors Constructor Description SmsMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostDeserialize()postDeserialize.
-
-
-
Field Detail
-
id
@SerializedName("id") public String id
-
from
@SerializedName("from") public String from
-
to
@SerializedName("to") public String[] to
-
text
@SerializedName("text") public String text
-
paused
@SerializedName("paused") public boolean paused
-
createdAt
public Date createdAt
-
sms
@SerializedName("sms") public SmsInfo sms
-
-