@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class LogGeographicalContext extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CITY |
static String |
JSON_PROPERTY_COUNTRY |
static String |
JSON_PROPERTY_GEOLOCATION |
static String |
JSON_PROPERTY_POSTAL_CODE |
static String |
JSON_PROPERTY_STATE |
Constructor and Description |
---|
LogGeographicalContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LogGeographicalContext |
geolocation(LogGeolocation geolocation) |
String |
getCity()
Get city
|
String |
getCountry()
Get country
|
LogGeolocation |
getGeolocation()
Get geolocation
|
String |
getPostalCode()
Get postalCode
|
String |
getState()
Get state
|
int |
hashCode() |
void |
setGeolocation(LogGeolocation geolocation) |
String |
toString() |
public static final String JSON_PROPERTY_CITY
public static final String JSON_PROPERTY_COUNTRY
public static final String JSON_PROPERTY_GEOLOCATION
public static final String JSON_PROPERTY_POSTAL_CODE
public static final String JSON_PROPERTY_STATE
public LogGeographicalContext geolocation(LogGeolocation geolocation)
@Nullable public LogGeolocation getGeolocation()
public void setGeolocation(LogGeolocation geolocation)
Copyright © 2017–2023 Okta. All rights reserved.