Class NotificationAddedEvent
java.lang.Object
com.totvs.tjf.communication.sdk.events.notification.NotificationAddedEvent
- All Implemented Interfaces:
DeliveryEvent
,SmartTalkEvent
,com.totvs.tjf.core.common.domain.DomainEvent
,com.totvs.tjf.core.common.domain.DomainObject
public class NotificationAddedEvent
extends Object
implements com.totvs.tjf.core.common.domain.DomainEvent, DeliveryEvent, SmartTalkEvent
Event executed when a new notification is added.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
int
hashCode()
static NotificationAddedEvent
of
(String id, NotificationAddedEvent.NotificationMessageEvent message) toString()
-
Field Details
-
CONDITIONAL_EXPRESSION
- See Also:
-
-
Method Details
-
of
public static NotificationAddedEvent of(String id, NotificationAddedEvent.NotificationMessageEvent message) -
getId
- Specified by:
getId
in interfaceDeliveryEvent
-
getMessage
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-