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