Package com.okta.sdk.resource.model
Class LogGeographicalContext
java.lang.Object
com.okta.sdk.resource.model.LogGeographicalContext
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class LogGeographicalContext
extends Object
implements Serializable
LogGeographicalContext
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
geolocation
(LogGeolocation geolocation) getCity()
Get cityGet countryGet geolocationGet postalCodegetState()
Get stateint
hashCode()
void
setGeolocation
(LogGeolocation geolocation) toString()
-
Field Details
-
JSON_PROPERTY_CITY
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_GEOLOCATION
- See Also:
-
JSON_PROPERTY_POSTAL_CODE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
-
Constructor Details
-
LogGeographicalContext
public LogGeographicalContext()
-
-
Method Details
-
getCity
Get city- Returns:
- city
-
getCountry
Get country- Returns:
- country
-
geolocation
-
getGeolocation
Get geolocation- Returns:
- geolocation
-
setGeolocation
-
getPostalCode
Get postalCode- Returns:
- postalCode
-
getState
Get state- Returns:
- state
-
equals
-
hashCode
public int hashCode() -
toString
-