cl.yx.YX_SMS_Status Class Reference

List of all members.

Public Member Functions

String getStatus ()
 Returns the status requested for a YX_Ticket using requestCompleteStatus.
YX_Date getDate ()
 Retrieves the date when the message was sent.

Package Functions

 YX_SMS_Status (String status, YX_Date date)

Constructor & Destructor Documentation

cl.yx.YX_SMS_Status.YX_SMS_Status ( String  status,
YX_Date  date 
) [package]

Member Function Documentation

YX_Date cl.yx.YX_SMS_Status.getDate (  ) 

Retrieves the date when the message was sent.

Returns:
A YX_Date object containing the date.
String cl.yx.YX_SMS_Status.getStatus (  ) 

Returns the status requested for a YX_Ticket using requestCompleteStatus.

Returns:
A string representing the state that can be one of these { "queued", "trying", "done", "unknown", "expired", "notification_server_error", "failed" }