java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.UserDto

public class UserDto extends Object
Class used to describe the contract of a user DTO.
  • Field Details

    • id

      private String id
      Unique universal user identifier.
    • documentIdType

      private int documentIdType
      User identifier document tpye.
    • documentId

      private String documentId
      User identifier document number.
    • name

      private String name
      User name.
    • surname

      private String surname
      User surname.
    • birthdate

      private String birthdate
      User birthdate.
    • phone

      private String phone
      User phone.
    • phonePrefix

      private String phonePrefix
      User prefix phone.
    • email

      private String email
      User email.
    • userId

      private String userId
      User identifier.
    • language

      private int language
      Language.
    • loginErrorCount

      private Integer loginErrorCount
      Login Error Count.
    • lastLoginErrorDate

      private LocalDateTime lastLoginErrorDate
      Login Error Date.
    • lastLoginAccessDate

      private LocalDateTime lastLoginAccessDate
      Login Access Date.
    • passwordChange

      private Boolean passwordChange
      Password change.
    • state

      private int state
      State.
  • Constructor Details

    • UserDto

      public UserDto()