Class EventAttributes
java.lang.Object
es.kukenan.smartfi.microservice.eventsender.events.event.EventAttributes
EventAttributes class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of device body event attribute.private NotificationNotification body event attribute. -
Constructor Summary
ConstructorsConstructorDescriptionEventAttributes(List<Device> device, Notification notification) Constructor. -
Method Summary
-
Field Details
-
notification
Notification body event attribute. -
device
List of device body event attribute.
-
-
Constructor Details
-
EventAttributes
Constructor.- Parameters:
device- device listnotification- notification
-
-
Method Details