java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_UNIT
public static final java.lang.String KEY_VALUE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public Temperature()
public Temperature(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Create the temperature object
public Temperature(TemperatureUnit unit,Float value)
Sets the unit portion of the Temperature class
public com.smartdevicelink.proxy.rpc.Temperature setUnit(TemperatureUnit unit)
Gets the unit portion of the Temperature class
public com.smartdevicelink.proxy.rpc.enums.TemperatureUnit getUnit()
Gets the value portion of the Temperature class
public java.lang.Float getValue()
Sets the value portion of the Temperature class
public com.smartdevicelink.proxy.rpc.Temperature setValue(Float value)
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 |