Class GeoInfo
java.lang.Object
com.djrapitops.plan.gathering.domain.GeoInfo
- All Implemented Interfaces:
DateHolder
,Serializable
Data class that contains information about IP and Geolocation.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GeoInfo
-
-
Method Details
-
getGeolocation
-
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.
-
equals
-
hashCode
public int hashCode() -
toString
-