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