Class UserStepUpdatedEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.clients.events.BaseUsersEventBody
es.kukenan.smartfi.microservice.clients.events.updated.UserStepUpdatedEventBody
Class that describes the contract of the user step updated event body.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns if there are changes registered for the user related to the event.Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal, toString
-
Field Details
-
step
private int stepStep id.
-
-
Constructor Details
-
UserStepUpdatedEventBody
Full state constructor.- Parameters:
id- user identifier.step- step identifier.
-
-
Method Details
-
containsChanges
public boolean containsChanges()Returns if there are changes registered for the user related to the event.- Returns:
- true if there are changes registered for the user related to the event.
-