java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_DISPLAY_MODE
public static final java.lang.String KEY_TEMPERATURE_UNIT
public static final java.lang.String KEY_DISTANCE_UNIT
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public HMISettingsControlData()
public HMISettingsControlData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the displayMode portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.HMISettingsControlData setDisplayMode(DisplayMode displayMode)
Gets the displayMode portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.enums.DisplayMode getDisplayMode()
Sets the temperatureUnit portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.HMISettingsControlData setTemperatureUnit(TemperatureUnit temperatureUnit)
Gets the temperatureUnit portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.enums.TemperatureUnit getTemperatureUnit()
Sets the distanceUnit portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.HMISettingsControlData setDistanceUnit(DistanceUnit distanceUnit)
Gets the distanceUnit portion of the HMISettingsControlData class
public com.smartdevicelink.proxy.rpc.enums.DistanceUnit getDistanceUnit()
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 |