com.Komunaldata.SmsGateway.Response
Class wapInfoClass
java.lang.Object
com.Komunaldata.SmsGateway.Response.wapInfoClass
public class wapInfoClass
- extends java.lang.Object
wapInfoClass is a field of SMSOut. Stores the information of a wap SMS.
Constructor Summary |
wapInfoClass(java.lang.String type,
java.lang.String text,
java.lang.String link,
java.lang.String href,
java.lang.String mode,
java.util.Date validityTime,
java.util.Date releaseTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wapInfoClass
public wapInfoClass(java.lang.String type,
java.lang.String text,
java.lang.String link,
java.lang.String href,
java.lang.String mode,
java.util.Date validityTime,
java.util.Date releaseTime)
- Parameters:
type
- Tpye can be "SI" - system indication and "SL" - system load. "SL" type wap message will appear immedately on the phone. The "SI" wap sms you can save and later open ittext
- Text of the wap sms. "SL" tpye sms has no textlink
- Link of the wap sms like "google.com" ("www" is not part of it!)href
- can be "http" or "https"mode
- Can be "delete" "none" "low" "high" "medium". Use "delete" if you want delete the sms with the same link from the phone. Other options set the level of the attention when the message arrive (high means louder)validityTime
- When this date is actual the receiver phone will delete aucomatically the wap push smsreleaseTime
- The date when the sms was sent
getHref
public java.lang.String getHref()
- Returns:
getLink
public java.lang.String getLink()
- Returns:
getMode
public java.lang.String getMode()
- Returns:
getReleaseTime
public java.util.Date getReleaseTime()
- Returns:
getText
public java.lang.String getText()
- Returns:
getType
public java.lang.String getType()
- Returns:
getValidityTime
public java.util.Date getValidityTime()
- Returns: