Package com.okta.sdk.resource.model
Class LogGeolocation
java.lang.Object
com.okta.sdk.resource.model.LogGeolocation
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogGeolocation
extends Object
implements Serializable
The latitude and longitude of the geolocation where an action was performed. The object is formatted according to the
[ISO-6709](https://www.iso.org/obp/ui/fr/#iso:std:iso:6709:ed-3:v1:en) standard.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getLat()
Latitude which uses two digits for the [integer part](https://www.iso.org/obp/ui/fr/#iso:std:iso:6709:ed-3:v1:en#Latitude)getLon()
Longitude which uses three digits for the [integer part](https://www.iso.org/obp/ui/fr/#iso:std:iso:6709:ed-3:v1:en#Longitude)int
hashCode()
toString()
-
Field Details
-
JSON_PROPERTY_LAT
- See Also:
-
JSON_PROPERTY_LON
- See Also:
-
-
Constructor Details
-
LogGeolocation
public LogGeolocation()
-
-
Method Details
-
getLat
Latitude which uses two digits for the [integer part](https://www.iso.org/obp/ui/fr/#iso:std:iso:6709:ed-3:v1:en#Latitude)- Returns:
- lat
-
getLon
Longitude which uses three digits for the [integer part](https://www.iso.org/obp/ui/fr/#iso:std:iso:6709:ed-3:v1:en#Longitude)- Returns:
- lon
-
equals
-
hashCode
public int hashCode() -
toString
-