Package org.teamapps.dto
Class UiNotificationBar.ItemClosedEvent
java.lang.Object
org.teamapps.dto.UiNotificationBar.ItemClosedEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ItemClosedEvent(String componentId, String id, boolean wasTimeout) -
Method Summary
-
Field Details
-
componentId
-
id
-
wasTimeout
protected boolean wasTimeout
-
-
Constructor Details
-
ItemClosedEvent
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ItemClosedEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiEvent
-
getId
-
getWasTimeout
public boolean getWasTimeout()
-