-
public final class ChannelsMuteEvent extends ChatEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final List<ChannelMute>channelsMute
-
Constructor Summary
Constructors Constructor Description ChannelsMuteEvent(String type, Date createdAt, List<ChannelMute> channelsMute)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()final List<ChannelMute>getChannelsMute()-
-
Constructor Detail
-
ChannelsMuteEvent
ChannelsMuteEvent(String type, Date createdAt, List<ChannelMute> channelsMute)
-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelsMute
final List<ChannelMute> getChannelsMute()
-
-
-
-