java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_CURRENT_FORECAST_SUPPORTED
public static final java.lang.String KEY_MAX_MULTIDAY_FORECAST_AMOUNT
public static final java.lang.String KEY_MAX_HOURLY_FORECAST_AMOUNT
public static final java.lang.String KEY_MAX_MINUTELY_FORECAST_AMOUNT
public static final java.lang.String KEY_WEATHER_FOR_LOCATION_SUPPORTED
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public WeatherServiceManifest()
public WeatherServiceManifest(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Set whether the current forecast is supported
public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setCurrentForecastSupported(Boolean currentForecastSupported)
Get whether the current forecast is supported
public java.lang.Boolean getCurrentForecastSupported()
Set the max multi day forecast amount
public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxMultidayForecastAmount(Integer maxMultidayForecastAmount)
Get the max multi day forecast amount
public java.lang.Integer getMaxMultidayForecastAmount()
Set the max hourly forecast amount
public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxHourlyForecastAmount(Integer maxHourlyForecastAmount)
Get the max hourly forecast amount
public java.lang.Integer getMaxHourlyForecastAmount()
Set the max minutely forecast amount
public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxMinutelyForecastAmount(Integer maxMinutelyForecastAmount)
Get the max minutely forecast amount
public java.lang.Integer getMaxMinutelyForecastAmount()
Set whether the weather is supported for the current location
public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setWeatherForLocationSupported(Boolean weatherForLocationSupported)
Get whether the weather is supported for the current location
public java.lang.Boolean getWeatherForLocationSupported()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |