public class Datapoint
extends Object 
Created by mattgross on 3/15/2016.
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
Datapoint
public Datapoint(int histId,
 Date timestamp,
 double value) 
 
 
- 
Method Details
- 
 
- 
getHistId
public int getHistId()
 
- 
getTimestamp
public Date getTimestamp()
 
 
- 
getValue
public double getValue()