public class SeatOccupancy extends 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} |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SEATS_BELTED |
static String |
KEY_SEATS_OCCUPIED |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeatOccupancy()
Constructs a new SeatOccupancy object
|
SeatOccupancy(Hashtable<String,Object> hash)
Constructs a new SeatOccupancy object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
List<SeatStatus> |
getSeatsBelted()
Gets the seatsBelted.
|
List<SeatStatus> |
getSeatsOccupied()
Gets the seatsOccupied.
|
SeatOccupancy |
setSeatsBelted(List<SeatStatus> seatsBelted)
Sets the seatsBelted.
|
SeatOccupancy |
setSeatsOccupied(List<SeatStatus> seatsOccupied)
Sets the seatsOccupied.
|
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_SEATS_OCCUPIED
public static final String KEY_SEATS_BELTED
public SeatOccupancy setSeatsOccupied(List<SeatStatus> seatsOccupied)
seatsOccupied - Seat status array containing location and whether the seats are occupied.
{"array_min_size": 0, "array_max_size": 100}public List<SeatStatus> getSeatsOccupied()
public SeatOccupancy setSeatsBelted(List<SeatStatus> seatsBelted)
seatsBelted - Seat status array containing location and whether the seats are belted.
{"array_min_size": 0, "array_max_size": 100}public List<SeatStatus> getSeatsBelted()