SpotItSymptom

class SpotItSymptom(var id: Long? = 0, var type: Int? = 0, var details: String? = null)

Represents a symptom related to mental fitness.

Constructors

Link copied to clipboard
constructor(id: Long? = 0, type: Int? = 0, details: String? = null)

Properties

Link copied to clipboard

A textual description of the symptom.

Link copied to clipboard
var id: Long?

The unique identifier of the symptom.

Link copied to clipboard
var type: Int?

An integer representing the type or category of the symptom.

Functions

Link copied to clipboard
open override fun toString(): String