Array.<SeatStatus>
Array.<SeatStatus>
SeatOccupancy
SeatOccupancy
Array.<SeatStatus>
Get the SeatsBelted
Kind: Instance method of SeatOccupancy
Returns: Array.<SeatStatus>
- the KEY_SEATS_BELTED value
Array.<SeatStatus>
Get the SeatsOccupied
Kind: Instance method of SeatOccupancy
Returns: Array.<SeatStatus>
- the KEY_SEATS_OCCUPIED value
SeatOccupancy
Set the SeatsBelted
Kind: Instance method of SeatOccupancy
Returns: SeatOccupancy
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
belted | Array.<SeatStatus> |
Seat status array containing location and whether the seats are belted. - The desired SeatsBelted. {'array_min_size': 0, 'array_max_size': 100} |
SeatOccupancy
Set the SeatsOccupied
Kind: Instance method of SeatOccupancy
Returns: SeatOccupancy
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
occupied | Array.<SeatStatus> |
Seat status array containing location and whether the seats are occupied. - The desired SeatsOccupied. {'array_min_size': 0, 'array_max_size': 100} |