Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
TireStatus

Class TireStatus

Hierarchy

java.lang.Object
     com.smartdevicelink.proxy.RPCStruct

Package
com.smartdevicelink.proxy.rpc

Overview

The status and pressure of the tires.

Parameter List

Param Name Type Description Required Notes Version Available
pressureTelltale WarningLightStatus Status of the Tire Pressure Telltale. See WarningLightStatus. N

Fields

KEY_PRESSURE_TELL_TALE

public static final java.lang.String KEY_PRESSURE_TELL_TALE
Constant Value
"pressureTelltale"

KEY_LEFT_FRONT

public static final java.lang.String KEY_LEFT_FRONT
Constant Value
"leftFront"

KEY_RIGHT_FRONT

public static final java.lang.String KEY_RIGHT_FRONT
Constant Value
"rightFront"

KEY_LEFT_REAR

public static final java.lang.String KEY_LEFT_REAR
Constant Value
"leftRear"

KEY_INNER_LEFT_REAR

public static final java.lang.String KEY_INNER_LEFT_REAR
Constant Value
"innerLeftRear"

KEY_INNER_RIGHT_REAR

public static final java.lang.String KEY_INNER_RIGHT_REAR
Constant Value
"innerRightRear"

KEY_RIGHT_REAR

public static final java.lang.String KEY_RIGHT_REAR
Constant Value
"rightRear"

Inherited Fields

From Class Fields
com.smartdevicelink.proxy.RPCStruct KEY_BULK_DATA, KEY_PROTECTED, store

Constructors

TireStatus()

public TireStatus()

TireStatus( java.util.Hashtable<java.lang.String, java.lang.Object> hash )

Constructs a new TireStatus object indicated by the Hashtable parameter

public TireStatus(java.util.Hashtable<java.lang.String, java.lang.Object> hash)

Constructor Parameters

hash
The Hashtable to use

TireStatus( WarningLightStatus pressureTelltale, SingleTireStatus leftFront, SingleTireStatus rightFront, SingleTireStatus leftRear, SingleTireStatus rightRear, SingleTireStatus innerLeftRear, SingleTireStatus innerRightRear )

Constructs a new TireStatus object

public TireStatus(WarningLightStatus pressureTelltale,SingleTireStatus leftFront,SingleTireStatus rightFront,SingleTireStatus leftRear,SingleTireStatus rightRear,SingleTireStatus innerLeftRear,SingleTireStatus innerRightRear)

Constructor Parameters

pressureTelltale
Status of the Tire Pressure TellTale
leftFront
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 tire
innerLeftRear
The status of the inner left rear tire.
innerRightRear
The status of the inner right rear tire.

Methods

setPressureTellTale( WarningLightStatus pressureTellTale )

Deprecated

public com.smartdevicelink.proxy.rpc.TireStatus setPressureTellTale(WarningLightStatus pressureTellTale)

Method Parameters

pressureTellTale

getPressureTellTale()

Deprecated

public com.smartdevicelink.proxy.rpc.enums.WarningLightStatus getPressureTellTale()

setPressureTelltale( WarningLightStatus pressureTellTale )

Sets the status of the tire pressure Telltale.

public com.smartdevicelink.proxy.rpc.TireStatus setPressureTelltale(WarningLightStatus pressureTellTale)

Method Parameters

pressureTellTale
the status of the tire pressure Telltale.

getPressureTelltale()

Gets the status of the tire pressure Telltale.

public com.smartdevicelink.proxy.rpc.enums.WarningLightStatus getPressureTelltale()

setLeftFront( SingleTireStatus leftFront )

Sets the leftFront.

public com.smartdevicelink.proxy.rpc.TireStatus setLeftFront(SingleTireStatus leftFront)

Method Parameters

leftFront
The status of the left front tire.

getLeftFront()

Gets the leftFront.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getLeftFront()

setRightFront( SingleTireStatus rightFront )

Sets the rightFront.

public com.smartdevicelink.proxy.rpc.TireStatus setRightFront(SingleTireStatus rightFront)

Method Parameters

rightFront
The status of the right front tire.

getRightFront()

Gets the rightFront.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getRightFront()

setLeftRear( SingleTireStatus leftRear )

Sets the leftRear.

public com.smartdevicelink.proxy.rpc.TireStatus setLeftRear(SingleTireStatus leftRear)

Method Parameters

leftRear
The status of the left rear tire.

getLeftRear()

Gets the leftRear.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getLeftRear()

setRightRear( SingleTireStatus rightRear )

Sets the rightRear.

public com.smartdevicelink.proxy.rpc.TireStatus setRightRear(SingleTireStatus rightRear)

Method Parameters

rightRear
The status of the right rear tire.

getRightRear()

Gets the rightRear.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getRightRear()

setInnerLeftRear( SingleTireStatus innerLeftRear )

Sets the innerLeftRear.

public com.smartdevicelink.proxy.rpc.TireStatus setInnerLeftRear(SingleTireStatus innerLeftRear)

Method Parameters

innerLeftRear
The status of the inner left rear.

getInnerLeftRear()

Gets the innerLeftRear.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getInnerLeftRear()

setInnerRightRear( SingleTireStatus innerRightRear )

Sets the innerRightRear.

public com.smartdevicelink.proxy.rpc.TireStatus setInnerRightRear(SingleTireStatus innerRightRear)

Method Parameters

innerRightRear
The status of the inner right rear.

getInnerRightRear()

Gets the innerRightRear.

public com.smartdevicelink.proxy.rpc.SingleTireStatus getInnerRightRear()

Inherited Methods

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
View on GitHub.com
Previous Section Next Section