Package io.getstream.chat.java.models
Class UnreadCounts.UnreadCountsChannelType
- java.lang.Object
-
- io.getstream.chat.java.models.UnreadCounts.UnreadCountsChannelType
-
- Enclosing class:
- UnreadCounts
public static class UnreadCounts.UnreadCountsChannelType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnreadCountsChannelType()
-
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.StringgetChannelCount()@NotNull java.lang.StringgetChannelType()@NotNull java.lang.IntegergetUnreadCount()inthashCode()voidsetChannelCount(@NotNull java.lang.String channelCount)voidsetChannelType(@NotNull java.lang.String channelType)voidsetUnreadCount(@NotNull java.lang.Integer unreadCount)java.lang.StringtoString()
-
-
-
Method Detail
-
getChannelType
@NotNull public @NotNull java.lang.String getChannelType()
-
getChannelCount
@NotNull public @NotNull java.lang.String getChannelCount()
-
getUnreadCount
@NotNull public @NotNull java.lang.Integer getUnreadCount()
-
setChannelType
public void setChannelType(@NotNull @NotNull java.lang.String channelType)
-
setChannelCount
public void setChannelCount(@NotNull @NotNull java.lang.String channelCount)
-
setUnreadCount
public void setUnreadCount(@NotNull @NotNull java.lang.Integer unreadCount)
-
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
-
-