Package com.bhn.risk.order.domain
Class DeviceInfo
java.lang.Object
com.bhn.risk.common.SmartObject<DeviceInfo>
com.bhn.risk.order.domain.DeviceInfo
This holds information about the device used by the customer to place the order.
- Version:
- $Id: $Id
- Author:
- bkati00
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString
-
Field Details
-
deviceIdentifiers
-
ipAddress
@NotBlank(errorCode="deviceInfo.ipAddress.empty", message="deviceInfo.ipAddress is empty") public String ipAddress -
ipRegion
@NotBlank(errorCode="deviceInfo.ipRegion.empty", message="deviceInfo.ipRegion is empty") public String ipRegion -
ipCountryCode
@NotBlank(errorCode="deviceInfo.ipCountryCode.empty", message="deviceInfo.ipCountryCode is empty") public String ipCountryCode -
deviceType
@NotBlank(errorCode="deviceInfo.deviceType.empty", message="deviceInfo.deviceType is empty") public String deviceType -
deviceOS
@NotBlank(errorCode="deviceInfo.deviceOS.empty", message="deviceInfo.deviceOS is empty") public String deviceOS -
deviceOSVersion
@NotBlank(errorCode="deviceInfo.deviceOSVersion.empty", message="deviceInfo.deviceOS is empty") public String deviceOSVersion -
browserInfo
-
-
Constructor Details
-
DeviceInfo
public DeviceInfo()
-