Package RFIDReader
Class TemperatureNotificationSettings
java.lang.Object
RFIDReader.TemperatureNotificationSettings
public class TemperatureNotificationSettings
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
alertInterval
double
alertThreshold
int
notificationInterval
double
warningThreshold
-
Constructor Summary
Constructors Constructor Description TemperatureNotificationSettings()
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
-
Field Details
-
notificationInterval
public int notificationInterval -
alertInterval
public int alertInterval -
warningThreshold
public double warningThreshold -
alertThreshold
public double alertThreshold
-
-
Constructor Details
-
TemperatureNotificationSettings
public TemperatureNotificationSettings()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-