public static class AuthStateModel.ModelEntryUpdate extends Object
At a minimum, the IP address field must be set.
If the timestamp field is not set, the update will occur using the current time as the timestamp.
Latitude, longitude, and user agent should be set if known, otherwise should be null.
Modifier and Type | Field and Description |
---|---|
String |
ipAddress
IP address to update model with
|
Double |
latitude
IP address GeoIP latitude
|
Double |
longitude
IP address GeoIP longitude
|
org.joda.time.DateTime |
timestamp
Timestamp to associate with entry
|
String |
userAgent
An optional user agent to associate with the update
|
Constructor and Description |
---|
ModelEntryUpdate() |
public String ipAddress
public org.joda.time.DateTime timestamp
public Double latitude
public Double longitude
public String userAgent
Copyright © 2022. All rights reserved.