Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
WeatherServiceManifest

Class WeatherServiceManifest

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Fields

KEY_CURRENT_FORECAST_SUPPORTED

public static final java.lang.String KEY_CURRENT_FORECAST_SUPPORTED
Constant Value
"currentForecastSupported"

KEY_MAX_MULTIDAY_FORECAST_AMOUNT

public static final java.lang.String KEY_MAX_MULTIDAY_FORECAST_AMOUNT
Constant Value
"maxMultidayForecastAmount"

KEY_MAX_HOURLY_FORECAST_AMOUNT

public static final java.lang.String KEY_MAX_HOURLY_FORECAST_AMOUNT
Constant Value
"maxHourlyForecastAmount"

KEY_MAX_MINUTELY_FORECAST_AMOUNT

public static final java.lang.String KEY_MAX_MINUTELY_FORECAST_AMOUNT
Constant Value
"maxMinutelyForecastAmount"

KEY_WEATHER_FOR_LOCATION_SUPPORTED

public static final java.lang.String KEY_WEATHER_FOR_LOCATION_SUPPORTED
Constant Value
"weatherForLocationSupported"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

WeatherServiceManifest()

public WeatherServiceManifest()

WeatherServiceManifest( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

public WeatherServiceManifest(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash

Methods

setCurrentForecastSupported( Boolean currentForecastSupported )

Set whether the current forecast is supported

public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setCurrentForecastSupported(Boolean currentForecastSupported)

Method Parameters

currentForecastSupported
-

getCurrentForecastSupported()

Get whether the current forecast is supported

public java.lang.Boolean getCurrentForecastSupported()

setMaxMultidayForecastAmount( Integer maxMultidayForecastAmount )

Set the max multi day forecast amount

public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxMultidayForecastAmount(Integer maxMultidayForecastAmount)

Method Parameters

maxMultidayForecastAmount
-

getMaxMultidayForecastAmount()

Get the max multi day forecast amount

public java.lang.Integer getMaxMultidayForecastAmount()

setMaxHourlyForecastAmount( Integer maxHourlyForecastAmount )

Set the max hourly forecast amount

public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxHourlyForecastAmount(Integer maxHourlyForecastAmount)

Method Parameters

maxHourlyForecastAmount
-

getMaxHourlyForecastAmount()

Get the max hourly forecast amount

public java.lang.Integer getMaxHourlyForecastAmount()

setMaxMinutelyForecastAmount( Integer maxMinutelyForecastAmount )

Set the max minutely forecast amount

public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setMaxMinutelyForecastAmount(Integer maxMinutelyForecastAmount)

Method Parameters

maxMinutelyForecastAmount
-

getMaxMinutelyForecastAmount()

Get the max minutely forecast amount

public java.lang.Integer getMaxMinutelyForecastAmount()

setWeatherForLocationSupported( Boolean weatherForLocationSupported )

Set whether the weather is supported for the current location

public com.smartdevicelink.proxy.rpc.WeatherServiceManifest setWeatherForLocationSupported(Boolean weatherForLocationSupported)

Method Parameters

weatherForLocationSupported
-

getWeatherForLocationSupported()

Get whether the weather is supported for the current location

public java.lang.Boolean getWeatherForLocationSupported()

Inherited Methods

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
View on GitHub.com
Previous Section Next Section