java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_MODULE_NAME
public static final java.lang.String KEY_FAN_SPEED_AVAILABLE
public static final java.lang.String KEY_DESIRED_TEMPERATURE_AVAILABLE
public static final java.lang.String KEY_CURRENT_TEMPERATURE_AVAILABLE
public static final java.lang.String KEY_AC_ENABLE_AVAILABLE
public static final java.lang.String KEY_AC_MAX_ENABLE_AVAILABLE
public static final java.lang.String KEY_CIRCULATE_AIR_ENABLE_AVAILABLE
public static final java.lang.String KEY_AUTO_MODE_ENABLE_AVAILABLE
public static final java.lang.String KEY_DUAL_MODE_ENABLE_AVAILABLE
public static final java.lang.String KEY_DEFROST_ZONE_AVAILABLE
public static final java.lang.String KEY_DEFROST_ZONE
public static final java.lang.String KEY_VENTILATION_MODE_AVAILABLE
public static final java.lang.String KEY_VENTILATION_MODE
public static final java.lang.String KEY_HEATED_STEERING_WHEEL_AVAILABLE
public static final java.lang.String KEY_HEATED_WIND_SHIELD_AVAILABLE
public static final java.lang.String KEY_HEATED_REAR_WINDOW_AVAILABLE
public static final java.lang.String KEY_HEATED_MIRRORS_AVAILABLE
public static final java.lang.String KEY_MODULE_INFO
public static final java.lang.String KEY_CLIMATE_ENABLE_AVAILABLE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public ClimateControlCapabilities()
public ClimateControlCapabilities(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated ClimateControlCapabilities
public ClimateControlCapabilities(String moduleName)
Sets the moduleName portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setModuleName(String moduleName)
Gets the moduleName portion of the ClimateControlCapabilities class
public java.lang.String getModuleName()
Sets the fanSpeedAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setFanSpeedAvailable(Boolean fanSpeedAvailable)
Gets the fanSpeedAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getFanSpeedAvailable()
Sets the desiredTemperatureAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setDesiredTemperatureAvailable(Boolean desiredTemperatureAvailable)
Gets the desiredTemperatureAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getDesiredTemperatureAvailable()
Sets the currentTemperatureAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setCurrentTemperatureAvailable(Boolean currentTemperatureAvailable)
Gets the currentTemperatureAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getCurrentTemperatureAvailable()
Sets the acEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setAcEnableAvailable(Boolean acEnableAvailable)
Gets the acEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getAcEnableAvailable()
Sets the acMaxEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setAcMaxEnableAvailable(Boolean acMaxEnableAvailable)
Gets the acMaxEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getAcMaxEnableAvailable()
Sets the circulateAirEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setCirculateAirEnableAvailable(Boolean circulateAirEnableAvailable)
Gets the circulateAirEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getCirculateAirEnableAvailable()
Sets the autoModeEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setAutoModeEnableAvailable(Boolean autoModeEnableAvailable)
Gets the autoModeEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getAutoModeEnableAvailable()
Sets the dualModeEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setDualModeEnableAvailable(Boolean dualModeEnableAvailable)
Gets the dualModeEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getDualModeEnableAvailable()
Sets the defrostZoneAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setDefrostZoneAvailable(Boolean defrostZoneAvailable)
Gets the defrostZoneAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getDefrostZoneAvailable()
Gets the List
public java.util.List getDefrostZone()
Sets the defrostZone portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setDefrostZone(java.util.List<com.smartdevicelink.proxy.rpc.enums.DefrostZone> defrostZone)
Sets the ventilationModeAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setVentilationModeAvailable(Boolean ventilationModeAvailable)
Gets the ventilationModeAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getVentilationModeAvailable()
Gets the List
public java.util.List getVentilationMode()
Sets the ventilationMode portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setVentilationMode(java.util.List<com.smartdevicelink.proxy.rpc.enums.VentilationMode> ventilationMode)
Sets the heatedSteeringWheelAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setHeatedSteeringWheelAvailable(Boolean heatedSteeringWheelAvailable)
Gets the heatedSteeringWheelAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedSteeringWheelAvailable()
Sets the heatedWindshieldAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setHeatedWindshieldAvailable(Boolean heatedWindshieldAvailable)
Gets the heatedWindshieldAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedWindshieldAvailable()
Sets the heatedRearWindowAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setHeatedRearWindowAvailable(Boolean heatedRearWindowAvailable)
Gets the heatedRearWindowAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedRearWindowAvailable()
Sets the heatedMirrorsAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setHeatedMirrorsAvailable(Boolean heatedMirrorsAvailable)
Gets the heatedMirrorsAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedMirrorsAvailable()
Sets ModuleInfo for this capability
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setModuleInfo(ModuleInfo info)
Gets a ModuleInfo of this capability
public com.smartdevicelink.proxy.rpc.ModuleInfo getModuleInfo()
Sets the climateEnableAvailable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlCapabilities setClimateEnableAvailable(Boolean climateEnableAvailable)
Gets the climateEnableAvailable portion of the ClimateControlCapabilities class
public java.lang.Boolean getClimateEnableAvailable()
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 |