Class DeviceBinding

java.lang.Object
com.thalesgroup.gemalto.d1.digitalcard.DeviceBinding

public final class DeviceBinding extends Object
Device Binding information. Represents the binding of a digital card to a specific device. Contains information about the binding reference, device name, and binding status.
Since:
4.3.0
  • Constructor Details

  • Method Details

    • getBindingReference

      @Nullable public String getBindingReference()
      Gets the binding reference. The binding reference is a unique identifier for this device binding.
      Returns:
      The binding reference which may be null.
      Since:
      4.3.0
    • getDeviceName

      @Nullable public String getDeviceName()
      Gets the device name. Returns the name of the device associated with this binding.
      Returns:
      The device name which may be null.
      Since:
      4.3.0
    • getBindingStatus

      @Nullable public DeviceBindingStatus getBindingStatus()
      Gets the binding status. Returns the current status of the device binding, which can be APPROVED, DECLINED, or CHALLENGED.
      Returns:
      The binding status which may be null.
      Since:
      4.3.0