-
public final class ChannelMute
-
-
Constructor Summary
Constructors Constructor Description ChannelMute(User user, Channel channel, Date createdAt)
-
Method Summary
Modifier and Type Method Description final Usercomponent1()final Channelcomponent2()final Datecomponent3()final ChannelMutecopy(User user, Channel channel, Date createdAt)final UsergetUser()final ChannelgetChannel()final DategetCreatedAt()-
-
Method Detail
-
component1
final User component1()
-
component2
final Channel component2()
-
component3
final Date component3()
-
copy
final ChannelMute copy(User user, Channel channel, Date createdAt)
-
getChannel
final Channel getChannel()
-
getCreatedAt
final Date getCreatedAt()
-
-
-
-