| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CURRENT_FORECAST_SUPPORTED |
static String |
KEY_MAX_HOURLY_FORECAST_AMOUNT |
static String |
KEY_MAX_MINUTELY_FORECAST_AMOUNT |
static String |
KEY_MAX_MULTIDAY_FORECAST_AMOUNT |
static String |
KEY_WEATHER_FOR_LOCATION_SUPPORTED |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
WeatherServiceManifest() |
WeatherServiceManifest(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCurrentForecastSupported()
Get whether the current forecast is supported
|
Integer |
getMaxHourlyForecastAmount()
Get the max hourly forecast amount
|
Integer |
getMaxMinutelyForecastAmount()
Get the max minutely forecast amount
|
Integer |
getMaxMultidayForecastAmount()
Get the max multi day forecast amount
|
Boolean |
getWeatherForLocationSupported()
Get whether the weather is supported for the current location
|
WeatherServiceManifest |
setCurrentForecastSupported(Boolean currentForecastSupported)
Set whether the current forecast is supported
|
WeatherServiceManifest |
setMaxHourlyForecastAmount(Integer maxHourlyForecastAmount)
Set the max hourly forecast amount
|
WeatherServiceManifest |
setMaxMinutelyForecastAmount(Integer maxMinutelyForecastAmount)
Set the max minutely forecast amount
|
WeatherServiceManifest |
setMaxMultidayForecastAmount(Integer maxMultidayForecastAmount)
Set the max multi day forecast amount
|
WeatherServiceManifest |
setWeatherForLocationSupported(Boolean weatherForLocationSupported)
Set whether the weather is supported for the current location
|
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_CURRENT_FORECAST_SUPPORTED
public static final String KEY_MAX_MULTIDAY_FORECAST_AMOUNT
public static final String KEY_MAX_HOURLY_FORECAST_AMOUNT
public static final String KEY_MAX_MINUTELY_FORECAST_AMOUNT
public static final String KEY_WEATHER_FOR_LOCATION_SUPPORTED
public WeatherServiceManifest setCurrentForecastSupported(Boolean currentForecastSupported)
currentForecastSupported - -public Boolean getCurrentForecastSupported()
public WeatherServiceManifest setMaxMultidayForecastAmount(Integer maxMultidayForecastAmount)
maxMultidayForecastAmount - -public Integer getMaxMultidayForecastAmount()
public WeatherServiceManifest setMaxHourlyForecastAmount(Integer maxHourlyForecastAmount)
maxHourlyForecastAmount - -public Integer getMaxHourlyForecastAmount()
public WeatherServiceManifest setMaxMinutelyForecastAmount(Integer maxMinutelyForecastAmount)
maxMinutelyForecastAmount - -public Integer getMaxMinutelyForecastAmount()
public WeatherServiceManifest setWeatherForLocationSupported(Boolean weatherForLocationSupported)
weatherForLocationSupported - -public Boolean getWeatherForLocationSupported()