java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
status | ComponentVolumeStatus | Describes the volume status of a single tire See ComponentVolumeStatus | SmartDeviceLink 2.0 |
tpms | TPMS | The status of TPMS according to the particular tire. See com.smartdevicelink.proxy.rpc.enums.TPMS | SmartDeviceLink 5.0 |
pressure | Float | The pressure value of the particular tire in kilo pascal. | SmartDeviceLink 5.0 |
public static final java.lang.String KEY_STATUS
public static final java.lang.String KEY_TPMS
public static final java.lang.String KEY_PRESSURE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated SingleTireStatus object
public SingleTireStatus()
Constructs a newly allocated SingleTireStatus object indicated by the Hashtable parameter
public SingleTireStatus(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated SingleTireStatus object
public SingleTireStatus(ComponentVolumeStatus status)
set the volume status of a single tire
public com.smartdevicelink.proxy.rpc.SingleTireStatus setStatus(ComponentVolumeStatus status)
get the volume status of a single tire
public com.smartdevicelink.proxy.rpc.enums.ComponentVolumeStatus getStatus()
Set the status of TPMS according to the particular tire.
public com.smartdevicelink.proxy.rpc.SingleTireStatus setTPMS(TPMS tpms)
Get the status of TPMS according to the particular tire.
public com.smartdevicelink.proxy.rpc.enums.TPMS getTPMS()
public com.smartdevicelink.proxy.rpc.SingleTireStatus setPressure(Float pressure)
public java.lang.Float getPressure()
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 |