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 com.smartdevicelink.proxy.rpc.ClimateControlData setFanSpeed(Integer fanSpeed)
public java.lang.Integer getFanSpeed()
public com.smartdevicelink.proxy.rpc.ClimateControlData setCurrentTemperature(Temperature currentTemperature)
public com.smartdevicelink.proxy.rpc.Temperature getCurrentTemperature()
public com.smartdevicelink.proxy.rpc.ClimateControlData setDesiredTemperature(Temperature desiredTemperature)
public com.smartdevicelink.proxy.rpc.Temperature getDesiredTemperature()
public com.smartdevicelink.proxy.rpc.ClimateControlData setAcEnable(Boolean acEnable)
public java.lang.Boolean getAcEnable()
public com.smartdevicelink.proxy.rpc.ClimateControlData setCirculateAirEnable(Boolean circulateAirEnable)
public java.lang.Boolean getCirculateAirEnable()
public com.smartdevicelink.proxy.rpc.ClimateControlData setAutoModeEnable(Boolean autoModeEnable)
public java.lang.Boolean getAutoModeEnable()
public com.smartdevicelink.proxy.rpc.ClimateControlData setDefrostZone(DefrostZone defrostZone)
public com.smartdevicelink.proxy.rpc.enums.DefrostZone getDefrostZone()
public com.smartdevicelink.proxy.rpc.ClimateControlData setDualModeEnable(Boolean dualModeEnable)
public java.lang.Boolean getDualModeEnable()
public com.smartdevicelink.proxy.rpc.ClimateControlData setAcMaxEnable(Boolean acMaxEnable)
public java.lang.Boolean getAcMaxEnable()
public com.smartdevicelink.proxy.rpc.ClimateControlData setVentilationMode(VentilationMode ventilationMode)
public com.smartdevicelink.proxy.rpc.enums.VentilationMode getVentilationMode()
Sets the heatedSteeringWheelEnable portion of the ClimateControlCapabilities class
public com.smartdevicelink.proxy.rpc.ClimateControlData 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 com.smartdevicelink.proxy.rpc.ClimateControlData 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 com.smartdevicelink.proxy.rpc.ClimateControlData 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 com.smartdevicelink.proxy.rpc.ClimateControlData 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 com.smartdevicelink.proxy.rpc.ClimateControlData 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, 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 |