| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_EXPIRES |
static String |
KEY_REGIONS |
static String |
KEY_SEVERITY |
static String |
KEY_SUMMARY |
static String |
KEY_TIME_ISSUED |
static String |
KEY_TITLE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
WeatherAlert() |
WeatherAlert(Hashtable<String,Object> hash) |
WeatherAlert(List<String> regions) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getExpires() |
List<String> |
getRegions() |
String |
getSeverity() |
String |
getSummary() |
DateTime |
getTimeIssued() |
String |
getTitle() |
WeatherAlert |
setExpires(DateTime expires) |
WeatherAlert |
setRegions(List<String> regions)
Min Size: 1, Max Size: 99
|
WeatherAlert |
setSeverity(String severity) |
WeatherAlert |
setSummary(String summary) |
WeatherAlert |
setTimeIssued(DateTime timeIssued) |
WeatherAlert |
setTitle(String title) |
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_TITLE
public static final String KEY_SUMMARY
public static final String KEY_EXPIRES
public static final String KEY_REGIONS
public static final String KEY_SEVERITY
public static final String KEY_TIME_ISSUED
public WeatherAlert setTitle(String title)
title - -public String getTitle()
public WeatherAlert setSummary(String summary)
summary - -public String getSummary()
public WeatherAlert setSeverity(String severity)
severity - -public String getSeverity()
public WeatherAlert setRegions(@NonNull List<String> regions)
regions - -public WeatherAlert setExpires(DateTime expires)
expires - -public DateTime getExpires()
public WeatherAlert setTimeIssued(DateTime timeIssued)
timeIssued - -public DateTime getTimeIssued()