public final class Device extends AbstractModel
In order to receive device output from minFraud Insights or minFraud Factors, you must be using the Device Tracking Add-on.
Constructor and Description |
---|
Device() |
Device(Double confidence,
UUID id,
String lastSeen)
Deprecated.
This constructor only exists for backward compatibility
and will be removed in the next major release.
|
Device(Double confidence,
UUID id,
String lastSeen,
String localTime) |
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence() |
UUID |
getId() |
String |
getLastSeen() |
ZonedDateTime |
getLastSeenDateTime() |
ZonedDateTime |
getLocalDateTime() |
String |
getLocalTime() |
toJson, toString
public Device(Double confidence, UUID id, String lastSeen)
confidence
- The device confidence.id
- The device ID.lastSeen
- When the device was last seen.public Device()
public Double getConfidence()
public UUID getId()
public String getLastSeen()
public ZonedDateTime getLastSeenDateTime()
ZonedDateTime
.public String getLocalTime()
public ZonedDateTime getLocalDateTime()
ZonedDateTime
.Copyright © 2021 MaxMind, Inc.. All rights reserved.