Ametista Device

@Entity
open class AmetistaDevice : EquinoxItem

The AmetistaDevice class is useful to represent a device where the applications monitored by the Ametista Engine are running

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItem

Constructors

Link copied to clipboard
constructor()
Constructor to init the AmetistaDevice class
constructor(id: String, brand: String, model: String, os: String, osVersion: String)
Constructor to init the AmetistaDevice class

Properties

Link copied to clipboard
brand the brand of the device
Link copied to clipboard
Link copied to clipboard
protected val hItem: JsonHelper
Link copied to clipboard
protected val id: String
Link copied to clipboard
Link copied to clipboard
model the model of the device
Link copied to clipboard
val os: String
os the operating system of the device
Link copied to clipboard
osVersion the operating system version of the device
Link copied to clipboard
protected val timeFormatter: TimeFormatter

Functions

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