public class AlertThresholdHumidity extends Object
| Constructor and Description |
|---|
AlertThresholdHumidity()
empty constructor for the Data transfer object
|
AlertThresholdHumidity(Byte threshold_humidity)
Constructor for the Data transfer object
|
| Modifier and Type | Method and Description |
|---|---|
Byte |
getThresholdhumidity() |
void |
setThresholdhumidity(Byte threshold_humidity) |
public AlertThresholdHumidity(Byte threshold_humidity)
public AlertThresholdHumidity()