DexCareComponent

data class DexCareComponent(name: String, status: DexCareComponentStatus, type: DexCareComponentType, groupId: String?) : Parcelable

Represents a single piece of the DexCare platform.

Constructors

DexCareComponent
Link copied to clipboard
fun DexCareComponent(name: String, status: DexCareComponentStatus, type: DexCareComponentType, groupId: String?)

Functions

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

Properties

groupId
Link copied to clipboard
val groupId: String?
name
Link copied to clipboard
val name: String
A description of the component.
status
Link copied to clipboard
val status: DexCareComponentStatus
The degree at which this component is affected by a DexCareIncident.
type
Link copied to clipboard
val type: DexCareComponentType
The part of the DexCare platform that a DexCareIncident can affect.