PackageSmsHttp
Classpublic class SmsHttpMessages

Container for messages



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property detail
ContactNameproperty
ContactName:String  [read-only]

Contactname if any.

Implementation
    public function get ContactName():String
CountryNameproperty 
CountryName:String  [read-only]

Corresponding country for this message.

Implementation
    public function get CountryName():String
CreditCostproperty 
CreditCost:int  [read-only]

Cost of the message.

Implementation
    public function get CreditCost():int
DateTimeproperty 
DateTime:String  [read-only]

Timestamp for the message.

Implementation
    public function get DateTime():String
IDproperty 
ID:String  [read-only]

Unique ID for the message, used as reference for ex deleting.

Implementation
    public function get ID():String
Msgproperty 
Msg:String  [read-only]

Messagebody.

Implementation
    public function get Msg():String
Statusproperty 
Status:String  [read-only]

Current state of the message.

Implementation
    public function get Status():String
StatusDateproperty 
StatusDate:String  [read-only]

Date of the corresponding state.

Implementation
    public function get StatusDate():String
StatusDescriptionproperty 
StatusDescription:String  [read-only]

Description of the state.

Implementation
    public function get StatusDescription():String
Telproperty 
Tel:String  [read-only]

The originator for the message.

Implementation
    public function get Tel():String
Constructor detail
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

Parameters
id:String
 
datetime:String
 
tel:String
 
contactname:String
 
msg:String
 
creditcost:int
 
status:String
 
statusdescription:String
 
statusdate:String
 
countryname:String
Method detail
toString()method
public function toString():String

Returns
String