| Property | Defined by | ||
|---|---|---|---|
| ContactName : String [read-only]
Contactname if any.
| SmsHttpMessages | ||
| CountryName : String [read-only]
Corresponding country for this message.
| SmsHttpMessages | ||
| CreditCost : int [read-only]
Cost of the message.
| SmsHttpMessages | ||
| DateTime : String [read-only]
Timestamp for the message.
| SmsHttpMessages | ||
| ID : String [read-only]
Unique ID for the message, used as reference for ex deleting.
| SmsHttpMessages | ||
| Msg : String [read-only]
Messagebody.
| SmsHttpMessages | ||
| Status : String [read-only]
Current state of the message.
| SmsHttpMessages | ||
| StatusDate : String [read-only]
Date of the corresponding state.
| SmsHttpMessages | ||
| StatusDescription : String [read-only]
Description of the state.
| SmsHttpMessages | ||
| Tel : String [read-only]
The originator for the message.
| SmsHttpMessages | ||
| Method | Defined by | ||
|---|---|---|---|
|
SmsHttpMessages(id:String, datetime:String, tel:String, contactname:String, msg:String, creditcost:int, status:String, statusdescription:String, statusdate:String, countryname:String)
Container for messages
| SmsHttpMessages | ||
|
toString():String
| SmsHttpMessages | ||
| ContactName | property |
ContactName:String [read-only]Contactname if any.
Implementation public function get ContactName():String
| CountryName | property |
CountryName:String [read-only]Corresponding country for this message.
Implementation public function get CountryName():String
| CreditCost | property |
CreditCost:int [read-only]Cost of the message.
Implementation public function get CreditCost():int
| DateTime | property |
DateTime:String [read-only]Timestamp for the message.
Implementation public function get DateTime():String
| ID | property |
ID:String [read-only]Unique ID for the message, used as reference for ex deleting.
Implementation public function get ID():String
| Msg | property |
Msg:String [read-only]Messagebody.
Implementation public function get Msg():String
| Status | property |
Status:String [read-only]Current state of the message.
Implementation public function get Status():String
| StatusDate | property |
StatusDate:String [read-only]Date of the corresponding state.
Implementation public function get StatusDate():String
| StatusDescription | property |
StatusDescription:String [read-only]Description of the state.
Implementation public function get StatusDescription():String
| Tel | property |
Tel:String [read-only]The originator for the message.
Implementation public function get Tel():String
| SmsHttpMessages | () | constructor |
public function SmsHttpMessages(id:String, datetime:String, tel:String, contactname:String, msg:String, creditcost:int, status:String, statusdescription:String, statusdate:String, countryname:String)Container for messages
Parametersid:String |
|
datetime:String |
|
tel:String |
|
contactname:String |
|
msg:String |
|
creditcost:int |
|
status:String |
|
statusdescription:String |
|
statusdate:String |
|
countryname:String |
| toString | () | method |
public function toString():String
Returns
String |