public class FIOAlerts extends Object
| Constructor and Description |
|---|
FIOAlerts(ForecastIO fio) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlert(int index)
Returns a string with all the alert information.
|
String |
getAlertDescription(int index)
Returns the description for the alert.
|
String |
getAlertExpireTime(int index)
Returns the expiration time for the alert.
|
String |
getAlertTime(int index)
Returns the time for the alert.
|
String |
getAlertTitle(int index)
Returns the title for the alert.
|
String |
getAlertURI(int index)
Returns the uri for the alert.
|
int |
NumberOfAlerts()
Returns the number os alerts in the reply.
|
public FIOAlerts(ForecastIO fio)
public int NumberOfAlerts()
public String getAlertTitle(int index)
index - index to getpublic String getAlertTime(int index)
index - index to getpublic String getAlertExpireTime(int index)
index - index to getpublic String getAlertDescription(int index)
index - index to getpublic String getAlertURI(int index)
index - index to getpublic String getAlert(int index)
index - index to getCopyright © 2014. All rights reserved.