|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccAlert
public class AccAlert
The IAccAlert encapsulates an AIM alert.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Email address this alert is in reference to |
java.lang.String |
getContent()
The content for this "rendered" alert |
java.lang.String |
getCookie()
Unique ID for this particular alert |
java.lang.String |
getDescription()
Description of this "rendered" alert |
int |
getDisplayTime()
Time when this alert should be displayed |
boolean |
getDuplicate()
Checks if this is a duplicate alert |
int |
getDuration()
Duration to display this alert for |
boolean |
getGotMail()
Is there new mail for this user? |
boolean |
getGotPics()
Checks if there are new pictures for the user |
java.lang.String |
getImageUrl()
The URL for displaying an image for a specific alert |
java.lang.String |
getMoreInfoUrl()
The URL for more info on a specific alert |
int |
getNotifyPrefs()
Indicates how this alert should be displayed |
int |
getNumMails()
Number of new emails in the user's inbox |
int |
getNumVoicemails()
Number of new voicemails in the user's inbox |
java.lang.String |
getReadUrl()
URL to be used for reading mail |
java.util.Date |
getTimestamp()
Time the alert was sent |
AccAlertType |
getType()
Get the type of alert. |
java.lang.String |
getUuid()
UUID (type) of the alert |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public AccAlertType getType()
throws AccException
AccException
public java.lang.String getUuid()
throws AccException
AccException
public java.lang.String getCookie()
throws AccException
AccException
public java.util.Date getTimestamp()
throws AccException
AccException
public boolean getGotMail()
throws AccException
AccException
public int getNumMails()
throws AccException
AccException
public int getNumVoicemails()
throws AccException
AccException
public java.lang.String getAddress()
throws AccException
AccException
public java.lang.String getReadUrl()
throws AccException
AccException
public boolean getGotPics()
throws AccException
AccException
public java.lang.String getDescription()
throws AccException
AccException
public java.lang.String getContent()
throws AccException
AccException
public java.lang.String getImageUrl()
throws AccException
AccException
public java.lang.String getMoreInfoUrl()
throws AccException
AccException
public boolean getDuplicate()
throws AccException
AccException
public int getDisplayTime()
throws AccException
AccException
public int getDuration()
throws AccException
AccException
public int getNotifyPrefs()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||