-
- All Implemented Interfaces:
- Serializable
@Entity
public class StatTimeInterval
extends Object
implements Serializable
A time interval for statistical data. All it has is a start and end time to define the
interval. The times are in Epoch milliseconds.
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getId
public long getId()
- Returns:
- the id
-
getEndTime
public long getEndTime()
- Returns:
- the endTime
Copyright © 2017 LSST. All rights reserved.