-
public final class ChannelDeletedEvent extends CidEvent
-
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()final ChannelgetChannel()final UsergetUser()-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getChannel
final Channel getChannel()
-
-
-
-