Package org.teamapps.dto
Class UiNotification.ClosedEvent
java.lang.Object
org.teamapps.dto.UiNotification.ClosedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
UiNotification
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ClosedEvent(String componentId, boolean byUser) -
Method Summary
-
Field Details
-
componentId
-
byUser
protected boolean byUser
-
-
Constructor Details
-
ClosedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ClosedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getByUser
public boolean getByUser()
-