java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Device
The device information for the transaction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder
creates instances ofDevice
from values set by the builder's methods. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getUserAgent
- Returns:
- The "User-Agent" header.
-
getAcceptLanguage
- Returns:
- The "Accept-Language" header.
-
getSessionAge
- Returns:
- The session age.
-
getSessionId
- Returns:
- The session id.
-
getIpAddress
- Returns:
- The IP address used in the transaction.
-