-
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 final Stringcomponent1()final Datecomponent2()final List<ChannelMute>component3()final ChannelsUnmuteEventcopy(String type, Date createdAt, List<ChannelMute> channelsMute)StringgetType()DategetCreatedAt()final List<ChannelMute>getChannelsMute()-
-
Constructor Detail
-
ChannelsUnmuteEvent
ChannelsUnmuteEvent(String type, Date createdAt, List<ChannelMute> channelsMute)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final List<ChannelMute> component3()
-
copy
final ChannelsUnmuteEvent copy(String type, Date createdAt, List<ChannelMute> channelsMute)
-
getCreatedAt
Date getCreatedAt()
-
getChannelsMute
final List<ChannelMute> getChannelsMute()
-
-
-
-