Class CompletionData.Device
java.lang.Object
se.swedenconnect.bankid.rpapi.types.CompletionData.Device
- All Implemented Interfaces:
Serializable
- Enclosing class:
CompletionData
Represents the device field of the completion data.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the device IP address.getUhi()
Returns the unique hardware identifier for the user’s device.void
setIpAddress
(String ipAddress) Assigns the device IP address.void
Assigns the unique hardware identifier for the user’s device.toString()
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getIpAddress
Returns the device IP address.- Returns:
- the device IP address
-
setIpAddress
Assigns the device IP address.- Parameters:
ipAddress
- the device IP address
-
getUhi
Returns the unique hardware identifier for the user’s device.- Returns:
- unique hardware identifier
-
setUhi
Assigns the unique hardware identifier for the user’s device.- Parameters:
uhi
- unique hardware identifier
-
toString
-