DexCareComponentStatus

enum DexCareComponentStatus : Enum<DexCareComponentStatus> , Parcelable

The degrees at which a single DexCareComponent can be affected by a DexCareIncident.

Entries

Unknown
Link copied to clipboard
Unknown("unknown")
MajorOutage
Link copied to clipboard
MajorOutage("major_outage")
PartialOutage
Link copied to clipboard
PartialOutage("partial_outage")
DegradedPerformance
Link copied to clipboard
DegradedPerformance("degraded_performance")
UnderMaintenance
Link copied to clipboard
UnderMaintenance("under_maintenance")
Scheduled
Link copied to clipboard
Scheduled("scheduled")
Operational
Link copied to clipboard
Operational("operational")
Completed
Link copied to clipboard
Completed("completed")
Resolved
Link copied to clipboard
Resolved("resolved")

Functions

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

Properties

impact
Link copied to clipboard
val impact: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int