Class DateObj<T>
java.lang.Object
com.djrapitops.plan.delivery.domain.DateObj<T>
- All Implemented Interfaces:
DateHolder
- Direct Known Subclasses:
Ping
Object that has a value tied to a date.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DateObj
-
-
Method Details
-
getDate
public long getDate()Description copied from interface:DateHolder
Get the date the object holds.- Specified by:
getDate
in interfaceDateHolder
- Returns:
- Epoch ms - milliseconds passed since January 1st 1970.
-
getValue
-