-
public final class ChannelMuteEvent extends ChatEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final ChannelMutechannelMute
-
Constructor Summary
Constructors Constructor Description ChannelMuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final ChannelMutecomponent3()final ChannelMuteEventcopy(String type, Date createdAt, ChannelMute channelMute)StringgetType()DategetCreatedAt()final ChannelMutegetChannelMute()-
-
Constructor Detail
-
ChannelMuteEvent
ChannelMuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final ChannelMute component3()
-
copy
final ChannelMuteEvent copy(String type, Date createdAt, ChannelMute channelMute)
-
getCreatedAt
Date getCreatedAt()
-
getChannelMute
final ChannelMute getChannelMute()
-
-
-
-