Class UserDeviceScaUpdateEventBody

java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.security.gateway.events.sca.UserDeviceScaUpdateEventBody

public class UserDeviceScaUpdateEventBody extends es.kukenan.smartfi.events.common.AbstractEventBody
Body of user sca updated event.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private String
    Unique device identificator.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Full state constructor.
  • Method Summary

    Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody

    canEqual, equals, getPrincipal, hashCode, setPrincipal, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • deviceId

      private String deviceId
      Unique device identificator.
  • Constructor Details

    • UserDeviceScaUpdateEventBody

      public UserDeviceScaUpdateEventBody(String deviceId)
      Full state constructor.
      Parameters:
      deviceId - devide unique identifier.