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
SeatMemoryAction

Class SeatMemoryAction

Hierarchy

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

Package
com.smartdevicelink.proxy.rpc

Fields

KEY_ID

public static final java.lang.String KEY_ID
Constant Value
"id"

KEY_LABEL

public static final java.lang.String KEY_LABEL
Constant Value
"label"

KEY_ACTION

public static final java.lang.String KEY_ACTION
Constant Value
"action"

Inherited Fields

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

Constructors

SeatMemoryAction()

Constructs a new SeatMemoryAction object

public SeatMemoryAction()

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

Constructs a new SeatMemoryAction object indicated by the Hashtable parameter

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

Constructor Parameters

hash
The Hashtable to use

SeatMemoryAction( Integer id, SeatMemoryActionType action )

Constructs a newly allocated SeatMemoryAction object

public SeatMemoryAction(Integer id,SeatMemoryActionType action)

Constructor Parameters

id
Min: 0 Max: 10
action
type of SeatMemoryActionType.

Methods

setId( Integer id )

Sets the id portion of the SeatMemoryAction class

public com.smartdevicelink.proxy.rpc.SeatMemoryAction setId(Integer id)

Method Parameters

id

getId()

Gets the id portion of the SeatMemoryAction class

public java.lang.Integer getId()

setLabel( String label )

Sets the label portion of the SeatMemoryAction class

public com.smartdevicelink.proxy.rpc.SeatMemoryAction setLabel(String label)

Method Parameters

label

getLabel()

Gets the label portion of the SeatMemoryAction class

public java.lang.String getLabel()

setAction( SeatMemoryActionType action )

Sets the action portion of the SeatMemoryAction class

public com.smartdevicelink.proxy.rpc.SeatMemoryAction setAction(SeatMemoryActionType action)

Method Parameters

action

getAction()

Gets the action portion of the SeatMemoryAction class

public com.smartdevicelink.proxy.rpc.enums.SeatMemoryActionType getAction()

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