-
public final class ChannelUnmuteEvent extends ChatEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final ChannelMutechannelMute
-
Constructor Summary
Constructors Constructor Description ChannelUnmuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
Method Summary
Modifier and Type Method Description StringgetType()DategetCreatedAt()final ChannelMutegetChannelMute()-
-
Constructor Detail
-
ChannelUnmuteEvent
ChannelUnmuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelMute
final ChannelMute getChannelMute()
-
-
-
-