java.lang.Object
es.kukenan.smartfi.microservice.onboarding.api.DeviceDto

public class DeviceDto extends Object
This class describes the schema of the biometric information capturing device.
  • Field Details

    • brand

      @Size(min=0, max=255) private @Size(min=0,max=255) String brand
      Device brand.
    • model

      @Size(min=0, max=255) private @Size(min=0,max=255) String model
      Device model.
  • Constructor Details

    • DeviceDto

      public DeviceDto()