DataClassImpl

open class DataClassImpl(val objectId: String, val namespace: Namespace, val timestampMillis: Long, val displayName: String) : Parcelable

Constructors

Link copied to clipboard
fun DataClassImpl(objectId: String, namespace: Namespace, timestampMillis: Long, displayName: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard

Returns a map used to display the stored data to the user. Keys should be the parameter name, and the value the value to display. Should be overridden by target class.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val objectId: String
Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard