Class CompletionData.Device

java.lang.Object
se.swedenconnect.bankid.rpapi.types.CompletionData.Device
All Implemented Interfaces:
Serializable
Enclosing class:
CompletionData

public static class CompletionData.Device extends Object implements Serializable
Represents the device field of the completion data.
See Also:
  • Constructor Details

    • Device

      public Device()
  • Method Details

    • getIpAddress

      public String getIpAddress()
      Returns the device IP address.
      Returns:
      the device IP address
    • setIpAddress

      public void setIpAddress(String ipAddress)
      Assigns the device IP address.
      Parameters:
      ipAddress - the device IP address
    • getUhi

      public String getUhi()
      Returns the unique hardware identifier for the user’s device.
      Returns:
      unique hardware identifier
    • setUhi

      public void setUhi(String uhi)
      Assigns the unique hardware identifier for the user’s device.
      Parameters:
      uhi - unique hardware identifier
    • toString

      public String toString()
      Overrides:
      toString in class Object