open class NativeTec : Serializable
The details of the traffic event.
NativeTec() NativeTec(effectCode: Int!, causes: MutableList<NativeCause!>!) |
open fun getCauses(): MutableList<NativeCause!>!
Returns a list of the traffic event causes. |
|
open fun getEffectCode(): Optional<Int!>!
Returns the effect on the traffic flow as defined in the TPEG2-TEC standard. |
|
open fun toString(): String |