java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_FAN_SPEED
public static final java.lang.String KEY_CURRENT_TEMPERATURE
public static final java.lang.String KEY_DESIRED_TEMPERATURE
public static final java.lang.String KEY_AC_ENABLE
public static final java.lang.String KEY_CIRCULATE_AIR_ENABLE
public static final java.lang.String KEY_AUTO_MODE_ENABLE
public static final java.lang.String KEY_DEFROST_ZONE
public static final java.lang.String KEY_DUAL_MODE_ENABLE
public static final java.lang.String KEY_AC_MAX_ENABLE
public static final java.lang.String KEY_VENTILATION_MODE
public static final java.lang.String KEY_HEATED_STEERING_WHEEL_ENABLE
public static final java.lang.String KEY_HEATED_WIND_SHIELD_ENABLE
public static final java.lang.String KEY_HEATED_REAR_WINDOW_ENABLE
public static final java.lang.String KEY_HEATED_MIRRORS_ENABLE
public static final java.lang.String KEY_CLIMATE_ENABLE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public ClimateControlData()
public ClimateControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
public void setFanSpeed(Integer fanSpeed)
public java.lang.Integer getFanSpeed()
public void setCurrentTemperature(Temperature currentTemperature)
public com.smartdevicelink.proxy.rpc.Temperature getCurrentTemperature()
public void setDesiredTemperature(Temperature desiredTemperature)
public com.smartdevicelink.proxy.rpc.Temperature getDesiredTemperature()
public void setAcEnable(Boolean acEnable)
public java.lang.Boolean getAcEnable()
public void setCirculateAirEnable(Boolean circulateAirEnable)
public java.lang.Boolean getCirculateAirEnable()
public void setAutoModeEnable(Boolean autoModeEnable)
public java.lang.Boolean getAutoModeEnable()
public void setDefrostZone(DefrostZone defrostZone)
public com.smartdevicelink.proxy.rpc.enums.DefrostZone getDefrostZone()
public void setDualModeEnable(Boolean dualModeEnable)
public java.lang.Boolean getDualModeEnable()
public void setAcMaxEnable(Boolean acMaxEnable)
public java.lang.Boolean getAcMaxEnable()
public void setVentilationMode(VentilationMode ventilationMode)
public com.smartdevicelink.proxy.rpc.enums.VentilationMode getVentilationMode()
Sets the heatedSteeringWheelEnable portion of the ClimateControlCapabilities class
public void setHeatedSteeringWheelEnable(Boolean heatedSteeringWheelEnable)
Gets the heatedSteeringWheelEnable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedSteeringWheelEnable()
Sets the heatedWindshieldEnable portion of the ClimateControlCapabilities class
public void setHeatedWindshieldEnable(Boolean heatedWindshieldEnable)
Gets the heatedWindshieldEnable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedWindshieldEnable()
Sets the heatedRearWindowEnable portion of the ClimateControlCapabilities class
public void setHeatedRearWindowEnable(Boolean heatedRearWindowEnable)
Gets the heatedRearWindowEnable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedRearWindowEnable()
Sets the heatedMirrorsEnable portion of the ClimateControlCapabilities class
public void setHeatedMirrorsEnable(Boolean heatedMirrorsEnable)
Gets the heatedMirrorsEnable portion of the ClimateControlCapabilities class
public java.lang.Boolean getHeatedMirrorsEnable()
Sets the climateEnable portion of the ClimateControlData class
public void setClimateEnable(Boolean climateEnable)
Gets the climateEnable portion of the ClimateControlData class
public java.lang.Boolean getClimateEnable()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, deserializeJSONObject, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |