@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class LogClient extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_GEOGRAPHICAL_CONTEXT |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IP_ADDRESS |
static String |
JSON_PROPERTY_USER_AGENT |
static String |
JSON_PROPERTY_ZONE |
Constructor and Description |
---|
LogClient() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LogClient |
geographicalContext(LogGeographicalContext geographicalContext) |
String |
getDevice()
Get device
|
LogGeographicalContext |
getGeographicalContext()
Get geographicalContext
|
String |
getId()
Get id
|
String |
getIpAddress()
Get ipAddress
|
LogUserAgent |
getUserAgent()
Get userAgent
|
String |
getZone()
Get zone
|
int |
hashCode() |
void |
setGeographicalContext(LogGeographicalContext geographicalContext) |
void |
setUserAgent(LogUserAgent userAgent) |
String |
toString() |
LogClient |
userAgent(LogUserAgent userAgent) |
public static final String JSON_PROPERTY_DEVICE
public static final String JSON_PROPERTY_GEOGRAPHICAL_CONTEXT
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_USER_AGENT
public static final String JSON_PROPERTY_ZONE
public LogClient geographicalContext(LogGeographicalContext geographicalContext)
@Nullable public LogGeographicalContext getGeographicalContext()
public void setGeographicalContext(LogGeographicalContext geographicalContext)
public LogClient userAgent(LogUserAgent userAgent)
@Nullable public LogUserAgent getUserAgent()
public void setUserAgent(LogUserAgent userAgent)
Copyright © 2017–2023 Okta. All rights reserved.