-
public final class NotificationRemovedFromChannelEvent extends CidEvent
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()final UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final NotificationRemovedFromChannelEventcopy(String type, Date createdAt, User user, String cid, String channelType, String channelId)-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
-
-
-