java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_ROWS
public static final java.lang.String KEY_COLS
public static final java.lang.String KEY_LEVELS
public static final java.lang.String KEY_SEATS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public SeatLocationCapability()
public SeatLocationCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the seat rows for this capability
public com.smartdevicelink.proxy.rpc.SeatLocationCapability setRows(Integer rows)
Gets the seat rows of this capability
public java.lang.Integer getRows()
Sets the seat columns for this capability
public com.smartdevicelink.proxy.rpc.SeatLocationCapability setCols(Integer cols)
Gets the seat columns of this capability
public java.lang.Integer getCols()
Sets the levels for this capability
public com.smartdevicelink.proxy.rpc.SeatLocationCapability setLevels(Integer levels)
Gets the seat levels of this capability
public java.lang.Integer getLevels()
Sets the seat locations for this capability
public com.smartdevicelink.proxy.rpc.SeatLocationCapability setSeats(java.util.List<com.smartdevicelink.proxy.rpc.SeatLocation> locations)
Deprecated
Gets the seat locations of this capability
public java.util.List getSeatLocations()
Gets the seat locations of this capability
public java.util.List getSeats()
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 |