Public Member Functions | |
| YX_Ticket (String uniqueid) | |
| Constructs a YX_Ticket object from a string. | |
| YX_Ticket (int uniqueid) | |
| Constructs a YX_Ticket object from an integer. | |
| String | toString () |
Static Public Member Functions | |
| static YX_Ticket | SMSIn () |
Package Functions | |
| boolean | isValid () |
| cl.yx.YX_Ticket.YX_Ticket | ( | String | uniqueid | ) |
Constructs a YX_Ticket object from a string.
| uniqueid | String containing the number of the message's ticket. |
| cl.yx.YX_Ticket.YX_Ticket | ( | int | uniqueid | ) |
Constructs a YX_Ticket object from an integer.
| uniqueid | Integer number of the message's ticket. |
| boolean cl.yx.YX_Ticket.isValid | ( | ) | [package] |
| static YX_Ticket cl.yx.YX_Ticket.SMSIn | ( | ) | [static] |
| String cl.yx.YX_Ticket.toString | ( | ) |