-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.events.UserEvent
public final class NotificationMarkReadEvent extends CidEvent implements UserEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final DatecreatedAtprivate final Useruserprivate final Stringcidprivate final StringchannelTypeprivate final StringchannelIdprivate final IntegerwatcherCountprivate final IntegertotalUnreadCountprivate final IntegerunreadChannels
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Datecomponent2()final Usercomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Integercomponent7()final Integercomponent8()final Integercomponent9()final NotificationMarkReadEventcopy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Integer watcherCount, Integer totalUnreadCount, Integer unreadChannels)StringgetType()DategetCreatedAt()UsergetUser()StringgetCid()final StringgetChannelType()final StringgetChannelId()final IntegergetWatcherCount()final IntegergetTotalUnreadCount()final IntegergetUnreadChannels()-
-
Method Detail
-
component1
final String component1()
-
component2
final Date component2()
-
component3
final User component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final Integer component7()
-
component8
final Integer component8()
-
component9
final Integer component9()
-
copy
final NotificationMarkReadEvent copy(String type, Date createdAt, User user, String cid, String channelType, String channelId, Integer watcherCount, Integer totalUnreadCount, Integer unreadChannels)
-
getCreatedAt
Date getCreatedAt()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
getWatcherCount
final Integer getWatcherCount()
-
getTotalUnreadCount
final Integer getTotalUnreadCount()
-
getUnreadChannels
final Integer getUnreadChannels()
-
-
-
-