Package org.teamapps.dto
Class UiNotification.ClosedEvent
java.lang.Object
org.teamapps.dto.UiNotification.ClosedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiNotification
public static class UiNotification.ClosedEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected booleanbyUserprotected java.lang.StringcomponentId -
Constructor Summary
Constructors Constructor Description ClosedEvent()Deprecated.Only for Jackson deserialization.ClosedEvent(java.lang.String componentId, boolean byUser) -
Method Summary
Modifier and Type Method Description booleangetByUser()java.lang.StringgetComponentId()UiEventTypegetUiEventType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.String componentId -
byUser
protected boolean byUser
-
-
Constructor Details
-
ClosedEvent
@Deprecated public ClosedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ClosedEvent
public ClosedEvent(java.lang.String componentId, boolean byUser)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getByUser
public boolean getByUser()
-