![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
A temperature alert message. More...
Public Member Functions | |
TemperatureAlert (int rack_id) | |
Creates a new temperature alert event. More... | |
int | getRackID () |
Gets the event's rack ID. More... | |
String | toString () |
A temperature alert message.
Definition at line 23 of file TemperatureAlert.java.
misc.temperature.TemperatureAlert.TemperatureAlert | ( | int | rack_id | ) |
Creates a new temperature alert event.
rack_id | The ID of the rack where the event occurs |
Definition at line 34 of file TemperatureAlert.java.
int misc.temperature.TemperatureAlert.getRackID | ( | ) |