-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class MarkAllReadEvent extends ChatEvent implements UserEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final Useruserprivate final IntegerunreadCountprivate final IntegertotalUnreadCountprivate final IntegerunreadChannels
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Integercomponent4()final Integercomponent5()final Integercomponent6()final MarkAllReadEventcopy(String type, Date createdAt, User user, Integer unreadCount, Integer totalUnreadCount, Integer unreadChannels)StringgetType()DategetCreatedAt()UsergetUser()final IntegergetUnreadCount()final IntegergetTotalUnreadCount()final IntegergetUnreadChannels()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final Integer component4()
-
component5
final Integer component5()
-
component6
final Integer component6()
-
copy
final MarkAllReadEvent copy(String type, Date createdAt, User user, Integer unreadCount, Integer totalUnreadCount, Integer unreadChannels)
-
getCreatedAt
Date getCreatedAt()
-
getUnreadCount
final Integer getUnreadCount()
-
getTotalUnreadCount
final Integer getTotalUnreadCount()
-
getUnreadChannels
final Integer getUnreadChannels()
-
-
-
-