open class Cause : Serializable
The cause of the traffic event.
Cause()
Empty constructor for the Cause(mainCauseCode: Int, subCauseCode: Int)
Default constructor for the |
var mainCauseCode: Int
The main cause of the traffic event. |
|
var subCauseCode: Int
The subcause of the traffic event. |
open fun getMainCauseCode(): Int
Returns the main cause of the traffic event. |
|
open fun getSubCauseCode(): Int
Returns the subcause of the traffic event. |
|
open fun toString(): String |