Class BackofficeMonitorEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.backoffice.events.common.BackofficeMonitorEventBody
public class BackofficeMonitorEventBody
extends es.kukenan.smartfi.events.common.AbstractEventBody
Base class for the body of User settings Events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringUser address.private intBack office ID.private Stringuser ID.private StringUser identifier BE.private LocalDatebirthdate identifier.private BooleanChange password flag.private intClient civil status.private Stringcompany_id identifier.private ZonedDateTimeuser creation date.private Stringdoc Number Fiscal identifier.private Stringaccess by channel identifier.private intdoc Type Fiscal identifier.private intdoc Type Person identifier.private Stringemail identifier.private BooleanFlag to check data on first login.private intClient gender.private Stringhash identifier.private intlanguage identifier.private Stringname identifier.private StringUser nationality.private StringNature type.private BooleanOnboarding update flag.private Stringphone identifier.private Stringphone_prefix identifier.private ZonedDateTimerobinson_list date identifier.private intUser state.private Stringsurname identifier.private intUser type.private IntegerUser code. -
Constructor Summary
ConstructorsConstructorDescriptionBackofficeMonitorEventBody(String principal, int backOfficeId, String id, String name, String surname, String email, String phone, String companyId, ZonedDateTime robinsonListDate, int language, int gender, int civilStatus, LocalDate birthDate, String phonePrefix, String docNumberPerson, int docTypePerson, String docNumberFiscal, int docTypeFiscal, String hash, ZonedDateTime creationDate, Boolean changePassword, int type, int state, String natureType, String backOfficeUserIdBE, Boolean onboardingUpdateData, Integer userCode, Boolean firstDataCheck, String address, String nationality) Full state constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal, toString
-
Field Details
-
backOfficeId
private int backOfficeIdBack office ID. -
backOfficeUserId
user ID. -
name
name identifier. -
surname
surname identifier. -
email
email identifier. -
phone
phone identifier. -
companyId
company_id identifier. -
robinsonListDate
robinson_list date identifier. -
language
private int languagelanguage identifier. -
gender
private int genderClient gender. -
civilStatus
private int civilStatusClient civil status. -
birthDate
birthdate identifier. -
phonePrefix
phone_prefix identifier. -
docNumberPerson
access by channel identifier. -
docTypePerson
private int docTypePersondoc Type Person identifier. -
docNumberFiscal
doc Number Fiscal identifier. -
docTypeFiscal
private int docTypeFiscaldoc Type Fiscal identifier. -
hash
hash identifier. -
creationDate
user creation date. -
changePassword
Change password flag. -
type
private int typeUser type. -
state
private int stateUser state. -
natureType
Nature type. -
backOfficeUserIdBE
User identifier BE. -
onboardingUpdateData
Onboarding update flag. -
userCode
User code. -
firstDataCheck
Flag to check data on first login. -
address
User address. -
nationality
User nationality.
-
-
Constructor Details
-
BackofficeMonitorEventBody
public BackofficeMonitorEventBody(String principal, int backOfficeId, String id, String name, String surname, String email, String phone, String companyId, ZonedDateTime robinsonListDate, int language, int gender, int civilStatus, LocalDate birthDate, String phonePrefix, String docNumberPerson, int docTypePerson, String docNumberFiscal, int docTypeFiscal, String hash, ZonedDateTime creationDate, Boolean changePassword, int type, int state, String natureType, String backOfficeUserIdBE, Boolean onboardingUpdateData, Integer userCode, Boolean firstDataCheck, String address, String nationality) Full state constructor.- Parameters:
principal- value of property principal in Notification EventbackOfficeId- where the value come fromid- identifier that represents the value of Notification Event identificationname- name usersurname- first surname useremail- email userphone- phone usercompanyId- company IdrobinsonListDate- robinson listlanguage- languagegender- User gender.civilStatus- User civilStatus.birthDate- birth datephonePrefix- phone prefixdocNumberPerson- doc Number PersondocTypePerson- doc Type PersondocNumberFiscal- doc Number FiscaldocTypeFiscal- doc Type Fiscalhash- password hashcreationDate- user creation datechangePassword- change password flagtype- user type, seeUserTypestate- user state, seeUserStatenatureType- nature typebackOfficeUserIdBE- User identifier BEonboardingUpdateData- onboarding update flaguserCode- User unique code identifier.firstDataCheck- flag to check data on first login.address- user address.nationality- user nationality.
-