@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class LogIpAddress extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_GEOGRAPHICAL_CONTEXT |
static String |
JSON_PROPERTY_IP |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_VERSION |
Constructor and Description |
---|
LogIpAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LogIpAddress |
geographicalContext(LogGeographicalContext geographicalContext) |
LogGeographicalContext |
getGeographicalContext()
Get geographicalContext
|
String |
getIp()
Get ip
|
String |
getSource()
Get source
|
String |
getVersion()
Get version
|
int |
hashCode() |
void |
setGeographicalContext(LogGeographicalContext geographicalContext) |
String |
toString() |
public static final String JSON_PROPERTY_GEOGRAPHICAL_CONTEXT
public static final String JSON_PROPERTY_IP
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_VERSION
public LogIpAddress geographicalContext(LogGeographicalContext geographicalContext)
@Nullable public LogGeographicalContext getGeographicalContext()
public void setGeographicalContext(LogGeographicalContext geographicalContext)
Copyright © 2017–2023 Okta. All rights reserved.