java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Param Name | Type | Description | Required | Notes | Version Available |
---|---|---|---|---|---|
seatsOccupied | List |
Seat status array containing location and whether the seats are occupied. | N | {"array_min_size": 0, "array_max_size": 100} | |
seatsBelted | List |
Seat status array containing location and whether the seats are belted. | N | {"array_min_size": 0, "array_max_size": 100} |
public static final java.lang.String KEY_SEATS_OCCUPIED
public static final java.lang.String KEY_SEATS_BELTED
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new SeatOccupancy object
public SeatOccupancy()
Constructs a new SeatOccupancy object indicated by the Hashtable parameter
public SeatOccupancy(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the seatsOccupied.
public com.smartdevicelink.proxy.rpc.SeatOccupancy setSeatsOccupied(java.util.List<com.smartdevicelink.proxy.rpc.SeatStatus> seatsOccupied)
Gets the seatsOccupied.
public java.util.List getSeatsOccupied()
Sets the seatsBelted.
public com.smartdevicelink.proxy.rpc.SeatOccupancy setSeatsBelted(java.util.List<com.smartdevicelink.proxy.rpc.SeatStatus> seatsBelted)
Gets the seatsBelted.
public java.util.List getSeatsBelted()
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 |