-
public final class ChannelUpdatedEvent extends CidEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Messagecomponent6()final Channelcomponent7()final ChannelUpdatedEventcopy(String type, Date createdAt, String cid, String channelType, String channelId, Message message, Channel channel)StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()final MessagegetMessage()final ChannelgetChannel()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final Message component6()
-
component7
final Channel component7()
-
copy
final ChannelUpdatedEvent copy(String type, Date createdAt, String cid, String channelType, String channelId, Message message, Channel channel)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getMessage
final Message getMessage()
-
getChannel
final Channel getChannel()
-
-
-
-