Package RFIDReader
Class TemperatureNotificationSettings
java.lang.Object
RFIDReader.TemperatureNotificationSettings
public class TemperatureNotificationSettings
extends java.lang.Object
- 
Field Summary
Fields Modifier and Type Field Description intalertIntervaldoublealertThresholdintnotificationIntervaldoublewarningThreshold - 
Constructor Summary
Constructors Constructor Description TemperatureNotificationSettings() - 
Method Summary
Modifier and Type Method Description java.lang.StringtoString() 
- 
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:
 toStringin classjava.lang.Object
 
 -