Class CotPushNotificationEventBody
java.lang.Object
es.kukenan.smartfi.events.common.AbstractEventBody
es.kukenan.smartfi.microservice.eventsender.events.CotPushNotificationEventBody
public class CotPushNotificationEventBody
extends es.kukenan.smartfi.events.common.AbstractEventBody
Base class for the body of any COTPushNotification event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate EventAttributesThe event attributes.private StringThe event type. -
Constructor Summary
ConstructorsConstructorDescriptionCotPushNotificationEventBody(String eventType, EventAttributes eventAttributes) Constructor. -
Method Summary
Methods inherited from class es.kukenan.smartfi.events.common.AbstractEventBody
canEqual, equals, getPrincipal, hashCode, setPrincipal
-
Field Details
-
eventType
The event type. -
eventAttributes
The event attributes.
-
-
Constructor Details
-
CotPushNotificationEventBody
Constructor.- Parameters:
eventType- type eventeventAttributes- eventAttributes
-
-
Method Details
-
toString
To string.- Overrides:
toStringin classes.kukenan.smartfi.events.common.AbstractEventBody- Returns:
- the string
-