Package-level declarations

Types

Link copied to clipboard
data class AlertBean(val code: Int, val title: String, val i18nTitle: String? = null, val description: String? = null, val i18nDescription: String? = null, val icon: String) : Parcelable
Link copied to clipboard
data class AreaWithTagsInside(val id: Int? = null, val name: String? = null, val tagIds: List<String>? = null) : Parcelable
Link copied to clipboard
data class AuthResponse(var header: String, var token: String, var expiryTsMs: Long) : Parcelable
Link copied to clipboard
data class ErrorResponse(val code: Int, val message: String?, val trace: String?, val alert: AlertBean?)
Link copied to clipboard
data class RealtimeAreaElementResponse(val id: String, val type: RealtimeElementType, val areas: List<BGPArea>, val areaIds: List<Int>) : Parcelable
Link copied to clipboard
data class SyHttpResponse(val code: Int, val message: String, val trace: String? = null) : Parcelable
Link copied to clipboard
data class SyHttpResponseAlert(val code: Int, val message: String, val trace: String? = null, val alert: AlertBean? = null) : Parcelable