BGPNotification

data class BGPNotification(    val id: String,     val status: BGPNotificationStatus,     val message: BGPNotificationMessage,     val creationDate: String,     val lastModificationDate: String) : Parcelable

Constructors

Link copied to clipboard
constructor(id: String, status: BGPNotificationStatus, message: BGPNotificationMessage, creationDate: String, lastModificationDate: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inherited functions

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