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) |
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 Double getConfidence()
public UUID getId()
public String getLastSeen()
public ZonedDateTime getLastSeenDateTime()
ZonedDateTime
.public String getLocalTime()
public ZonedDateTime getLocalDateTime()
ZonedDateTime
.Copyright © 2020 MaxMind, Inc.. All rights reserved.