Package io.getstream.chat.java.models
Class UnreadCounts.UnreadCountsChannel
- java.lang.Object
-
- io.getstream.chat.java.models.UnreadCounts.UnreadCountsChannel
-
- Enclosing class:
- UnreadCounts
public static class UnreadCounts.UnreadCountsChannel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnreadCountsChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@NotNull java.lang.StringgetChannelId()@NotNull java.util.DategetLastRead()@NotNull java.lang.IntegergetUnreadCount()inthashCode()voidsetChannelId(@NotNull java.lang.String channelId)voidsetLastRead(@NotNull java.util.Date lastRead)voidsetUnreadCount(@NotNull java.lang.Integer unreadCount)java.lang.StringtoString()
-
-
-
Method Detail
-
getChannelId
@NotNull public @NotNull java.lang.String getChannelId()
-
getUnreadCount
@NotNull public @NotNull java.lang.Integer getUnreadCount()
-
getLastRead
@NotNull public @NotNull java.util.Date getLastRead()
-
setChannelId
public void setChannelId(@NotNull @NotNull java.lang.String channelId)
-
setUnreadCount
public void setUnreadCount(@NotNull @NotNull java.lang.Integer unreadCount)
-
setLastRead
public void setLastRead(@NotNull @NotNull java.util.Date lastRead)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-