TrafficSeverity

annotation class TrafficSeverity

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Blocking
Link copied to clipboard
val Blocking: Int
High
Link copied to clipboard
val High: Int
Normal
Link copied to clipboard
val Normal: Int
Undefined
Link copied to clipboard
val Undefined: Int
VeryHigh
Link copied to clipboard
val VeryHigh: Int