-
public final class NotificationChannelDeletedEvent extends CidEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Channelcomponent6()final Usercomponent7()final NotificationChannelDeletedEventcopy(String type, Date createdAt, String cid, String channelType, String ChannelId, Channel channel, User user)StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()final ChannelgetChannel()final UsergetUser()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final Channel component6()
-
component7
final User component7()
-
copy
final NotificationChannelDeletedEvent copy(String type, Date createdAt, String cid, String channelType, String ChannelId, Channel channel, User user)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getChannel
final Channel getChannel()
-
-
-
-