-
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 final Stringcomponent1()final Datecomponent2()final ChannelMutecomponent3()final ChannelUnmuteEventcopy(String type, Date createdAt, ChannelMute channelMute)StringgetType()DategetCreatedAt()final ChannelMutegetChannelMute()-
-
Constructor Detail
-
ChannelUnmuteEvent
ChannelUnmuteEvent(String type, Date createdAt, ChannelMute channelMute)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final ChannelMute component3()
-
copy
final ChannelUnmuteEvent copy(String type, Date createdAt, ChannelMute channelMute)
-
getCreatedAt
Date getCreatedAt()
-
getChannelMute
final ChannelMute getChannelMute()
-
-
-
-