-
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 StringgetType()DategetCreatedAt()final ChannelMutegetChannelMute()-
-
Constructor Detail
-
ChannelMuteEvent
ChannelMuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
-
Method Detail
-
getCreatedAt
Date getCreatedAt()
-
getChannelMute
final ChannelMute getChannelMute()
-
-
-
-