SystemAlerts

Informs customers about changes to the system that do not fall within the normal system operations.

For example, system closures due to weather would be listed here, but a system that only operated for part of the year would have that schedule listed in system_calendar.json. Obsolete alerts SHOULD be removed so the client application can safely present to the end user everything present in the feed.

Constructors

Link copied to clipboard
constructor(alerts: List<Alert>)

Properties

Link copied to clipboard

Array of objects each indicating a system alert.

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: Alert): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<Alert>): Boolean
Link copied to clipboard
open operator override fun get(index: Int): Alert
Link copied to clipboard
open override fun indexOf(element: Alert): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<Alert>
Link copied to clipboard
open override fun lastIndexOf(element: Alert): Int
Link copied to clipboard
open override fun listIterator(): ListIterator<Alert>
open override fun listIterator(index: Int): ListIterator<Alert>
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<Alert>