-
public final class ChannelHiddenEvent extends CidEvent
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Usercomponent6()final Booleancomponent7()final ChannelHiddenEventcopy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Boolean clearHistory)StringgetType()DategetCreatedAt()StringgetCid()final StringgetChannelType()final StringgetChannelId()final UsergetUser()final BooleangetClearHistory()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final User component6()
-
component7
final Boolean component7()
-
copy
final ChannelHiddenEvent copy(String type, Date createdAt, String cid, String channelType, String channelId, User user, Boolean clearHistory)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getClearHistory
final Boolean getClearHistory()
-
-
-
-