-
public final class ChannelMute
-
-
Method Summary
Modifier and Type Method Description final UsergetUser()final ChannelgetChannel()final DategetCreatedAt()final DategetUpdatedAt()final UnitsetUpdatedAt(Date updatedAt)final DategetExpires()-
-
Method Detail
-
getChannel
final Channel getChannel()
-
getCreatedAt
final Date getCreatedAt()
-
getUpdatedAt
final Date getUpdatedAt()
-
setUpdatedAt
final Unit setUpdatedAt(Date updatedAt)
-
getExpires
final Date getExpires()
-
-
-
-