Package com.aerisweather.aeris.model
Class LowWaterRecord
- java.lang.Object
-
- com.aerisweather.aeris.model.LowWaterRecord
-
public class LowWaterRecord extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
dateTimeISO
float
heightFT
float
heightM
long
timestamp
-
Constructor Summary
Constructors Constructor Description LowWaterRecord()
-
-
-
Field Detail
-
timestamp
public long timestamp
-
dateTimeISO
public String dateTimeISO
-
heightFT
public float heightFT
-
heightM
public float heightM
-
-