Package com.okta.sdk.resource.model
Class LogIpAddress
java.lang.Object
com.okta.sdk.resource.model.LogIpAddress
- 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 LogIpAddress
extends Object
implements Serializable
LogIpAddress
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
geographicalContext
(LogGeographicalContext geographicalContext) Get geographicalContextgetIp()
IP addressDetails regarding the sourceIP address versionint
hashCode()
void
setGeographicalContext
(LogGeographicalContext geographicalContext) toString()
-
Field Details
-
JSON_PROPERTY_GEOGRAPHICAL_CONTEXT
- See Also:
-
JSON_PROPERTY_IP
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
LogIpAddress
public LogIpAddress()
-
-
Method Details
-
geographicalContext
-
getGeographicalContext
Get geographicalContext- Returns:
- geographicalContext
-
setGeographicalContext
-
getIp
IP address- Returns:
- ip
-
getSource
Details regarding the source- Returns:
- source
-
getVersion
IP address version- Returns:
- version
-
equals
-
hashCode
public int hashCode() -
toString
-