Class ProductCancelledEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.contracts.events.product.cancelled.ProductCancelledEventBody
public class ProductCancelledEventBody
extends es.kukenan.smartfi.events.common.AbstractEventBody
Base class for the body of any Cards micro-service event.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProductCancelledEventBody(String userId, String productId) Full state constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal, toString
-
Field Details
-
productId
Product identifier.
-
-
Constructor Details
-
ProductCancelledEventBody
Full state constructor.- Parameters:
userId- Skyline user identifier.productId- product identifier.
-