public class TireStatus extends RPCStruct
Parameter List
| Param Name | Type | Description | Required | Notes | Version Available |
|---|---|---|---|---|---|
| pressureTelltale | WarningLightStatus | Status of the Tire Pressure Telltale. See WarningLightStatus. | N |
|
|
| leftFront | SingleTireStatus | The status of the left front tire. | N | , SmartDeviceLink 2.0.0 | |
| rightFront | SingleTireStatus | The status of the right front tire. | N | , SmartDeviceLink 2.0.0 | |
| leftRear | SingleTireStatus | The status of the left rear tire. | N | , SmartDeviceLink 2.0.0 | |
| rightRear | SingleTireStatus | The status of the right rear tire. | N | , SmartDeviceLink 2.0.0 | |
| innerLeftRear | SingleTireStatus | The status of the inner left rear. | N | , SmartDeviceLink 2.0.0 | |
| innerRightRear | SingleTireStatus | The status of the inner right rear. | N | , SmartDeviceLink 2.0.0 |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_INNER_LEFT_REAR |
static String |
KEY_INNER_RIGHT_REAR |
static String |
KEY_LEFT_FRONT |
static String |
KEY_LEFT_REAR |
static String |
KEY_PRESSURE_TELL_TALE |
static String |
KEY_RIGHT_FRONT |
static String |
KEY_RIGHT_REAR |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
TireStatus() |
TireStatus(Hashtable<String,Object> hash)
Constructs a new TireStatus object indicated by the Hashtable parameter
|
TireStatus(WarningLightStatus pressureTelltale,
SingleTireStatus leftFront,
SingleTireStatus rightFront,
SingleTireStatus leftRear,
SingleTireStatus rightRear,
SingleTireStatus innerLeftRear,
SingleTireStatus innerRightRear)
Constructs a new TireStatus object
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_PRESSURE_TELL_TALE
public static final String KEY_LEFT_FRONT
public static final String KEY_RIGHT_FRONT
public static final String KEY_LEFT_REAR
public static final String KEY_INNER_LEFT_REAR
public static final String KEY_INNER_RIGHT_REAR
public static final String KEY_RIGHT_REAR
public TireStatus()
public TireStatus(Hashtable<String,Object> hash)
Constructs a new TireStatus object indicated by the Hashtable parameter
hash - The Hashtable to usepublic TireStatus(WarningLightStatus pressureTelltale, SingleTireStatus leftFront, SingleTireStatus rightFront, SingleTireStatus leftRear, SingleTireStatus rightRear, SingleTireStatus innerLeftRear, SingleTireStatus innerRightRear)
pressureTelltale - Status of the Tire Pressure TellTaleleftFront - The status of the left front tire.rightFront - The status of the right front tire.leftRear - The status of the left rear tire.rightRear - The status of the right rear tireinnerLeftRear - The status of the inner left rear tire.innerRightRear - The status of the inner right rear tire.@Deprecated public TireStatus setPressureTellTale(@NonNull WarningLightStatus pressureTellTale)
setPressureTelltale(WarningLightStatus pressureTellTale) instead.@Deprecated public WarningLightStatus getPressureTellTale()
getPressureTelltale() instead.public TireStatus setPressureTelltale(@NonNull WarningLightStatus pressureTellTale)
pressureTellTale - the status of the tire pressure Telltale.public WarningLightStatus getPressureTelltale()
public TireStatus setLeftFront(SingleTireStatus leftFront)
leftFront - The status of the left front tire.public SingleTireStatus getLeftFront()
public TireStatus setRightFront(SingleTireStatus rightFront)
rightFront - The status of the right front tire.public SingleTireStatus getRightFront()
public TireStatus setLeftRear(SingleTireStatus leftRear)
leftRear - The status of the left rear tire.public SingleTireStatus getLeftRear()
public TireStatus setRightRear(SingleTireStatus rightRear)
rightRear - The status of the right rear tire.public SingleTireStatus getRightRear()
public TireStatus setInnerLeftRear(SingleTireStatus innerLeftRear)
innerLeftRear - The status of the inner left rear.public SingleTireStatus getInnerLeftRear()
public TireStatus setInnerRightRear(SingleTireStatus innerRightRear)
innerRightRear - The status of the inner right rear.public SingleTireStatus getInnerRightRear()