open class Tec : Serializable
The details of the traffic event.
Tec()
Empty constructor for the Tec(effectCode: Int, causes: Array<Cause!>!)
Default constructor for the |
var causes: Array<Cause!>!
The list of Cause elements. |
|
var effectCode: Int
The effect on the traffic flow. |
open fun getCauses(): Array<Cause!>!
Returns the list of |
|
open fun getEffectCode(): Int
Returns the effect on the traffic flow. |
|
open fun toString(): String |