BGPArea

data class BGPArea(val id: Int? = null, val color: String? = null, val type: BGPAreaType? = null, val name: String? = null, val points: List<BGPPoint>? = null, val rtlsMapId: Int? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(id: Int? = null, color: String? = null, type: BGPAreaType? = null, name: String? = null, points: List<BGPPoint>? = null, rtlsMapId: Int? = null)

Properties

Link copied to clipboard
val color: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val points: List<BGPPoint>? = null
Link copied to clipboard
val rtlsMapId: Int? = null
Link copied to clipboard
val type: BGPAreaType? = null

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)